Comparing version 1.0.4 to 1.0.5
@@ -29,3 +29,3 @@ # Using your bookmarks | ||
You can find instructions of how to important on the links above. Other browsers might also work but they have not yet been tested. | ||
You can find instructions of how to import bookmarks on the links above, other browsers might also work but they have not yet been tested. | ||
@@ -32,0 +32,0 @@ #### Example of importing bookmarks into Chrome |
{ | ||
"name": "bookworms", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A cli tool for centralising and generating bookmarks", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -69,3 +69,3 @@ # Bookworms | ||
```BASH | ||
npx bookworms get ./https://raw.githubusercontent.com/thearegee/bookworms/main/demo/config/bookmarks.yaml -d="./output" | ||
npx bookworms get https://raw.githubusercontent.com/thearegee/bookworms/main/demo/config/bookmarks.yaml -d="./output" | ||
``` | ||
@@ -104,2 +104,2 @@ | ||
* Remove step for people to need to import files in browser | ||
* Add the idea of public bookmarks which could genate trends | ||
* Add the idea of public bookmarks which could genate trends |
63523
104