Skip to content

Commit

Permalink
Add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano authored Dec 1, 2023
1 parent 0b76c08 commit 3fa5bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bookmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Some apps add a unique identifier separate from the subject URI, like:

## [Webmarks](https://webmarks.5apps.com)

Uses [@remotestorage/module-bookmarks](https://www.npmjs.com/package/@remotestorage/module-bookmarks) writing to `/bookmarks/archive`:
Uses [@remotestorage/module-bookmarks](https://www.npmjs.com/package/@remotestorage/module-bookmarks) writing to `/bookmarks/archive/`:

```
{
Expand All @@ -62,7 +62,7 @@ Uses [@remotestorage/module-bookmarks](https://www.npmjs.com/package/@remotestor

## [Joybox](https://joybox.rosano.ca)

Uses [custom module](https://github.com/rosano/joybox/blob/master/os-app/_shared/JBXDocument/main.js) writing to `/joybox/jbx_documents`:
Uses [custom module](https://github.com/rosano/joybox/blob/master/os-app/_shared/JBXDocument/main.js) writing to `/joybox/jbx_documents/`:

```
{
Expand All @@ -83,7 +83,7 @@ Uses [custom module](https://github.com/rosano/joybox/blob/master/os-app/_shared
> [!NOTE]
> Data stored is encrypted; module is direct REST calls; perhaps extension owns the data and remoteStorage considered a form of 'backup'.
Uses [custom module](https://gitlab.com/zookatron/bookmarkvault/-/blob/master/src/background/remotestorage.ts) writing to `/bookmarkvault`:
Uses [custom module](https://gitlab.com/zookatron/bookmarkvault/-/blob/master/src/background/remotestorage.ts) writing to `/bookmarkvault/`:

```
{
Expand Down

0 comments on commit 3fa5bc8

Please sign in to comment.