From 831c78eacbf0c9e7d2966f5d116d221d9a0de9bf Mon Sep 17 00:00:00 2001 From: Vikas Kedia Date: Thu, 1 Mar 2018 15:46:33 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c56e6..89330bf 100644 --- a/README.md +++ b/README.md @@ -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