diff --git a/README.md b/README.md index dda2952..4d2c28a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - Basic bookmarks management i.e. add, edit and delete. - Search bookmarks by their title, tags, url and page content. - Import and export bookmarks from and to Netscape Bookmark file. -- Portable, thanks to its single binary format and sqlite3 database. +- Portable, thanks to its single binary format and sqlite3 database - Simple web interface for those who don't want to use a command line app. - Where possible, by default `shiori` will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page. @@ -27,7 +27,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl You can download the latest version of `shiori` from the release page, then put it in your `PATH`. If you want to build from source, make sure `go` is installed, then run : ``` -go get github.com/RadhiFadlillah/go-readability +go get github.com/RadhiFadlillah/shiori ``` ## Usage