Merge pull request #13 from vikaskedia/patch-1

Fix typo in Readme
This commit is contained in:
Radhi 2018-03-02 07:38:33 +07:00 committed by GitHub
commit fc1da2bae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
- Search bookmarks by its titles, 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.
- Simple web interface for those who doesn't used to command line app.
- Simple web interface for those who are not used to 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 offline archive for that page.
## Installation