Fixed typos / grammar in README

Just a few nitpicky fixes.
This commit is contained in:
Christian Muehlhaeuser 2018-03-01 18:36:17 +01:00 committed by GitHub
parent 3b8ce6ce0d
commit 3e1e7f0f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Shiori
Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of [Pocket](https://getpocket.com//). You can use it as command line application or as web application. This application is distributed as a single binary, which make it can be installed and used easily.
Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of [Pocket](https://getpocket.com//). You can use it as command line application or as web application. This application is distributed as a single binary, which means it can be installed and used easily.
![Screenshot](https://raw.githubusercontent.com/RadhiFadlillah/shiori/master/screenshot.png)
@ -14,13 +14,13 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
## Features
- Simple and clean command.
- Simple and clean command line interface.
- Basic bookmarks management i.e. add, edit and delete.
- Search bookmarks by its titles, tags, url and page content.
- 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.
- Simple web interface for those who doesn't 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.
- 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.
## Installation
@ -77,7 +77,7 @@ Use "shiori [command] --help" for more information about a command.
shiori print 1 2
```
3. Search bookmarks that contains "sqlite" in its title, excerpt, url or content.
3. Search bookmarks that contains "sqlite" in their title, excerpt, url or content.
```
shiori search sqlite
@ -163,4 +163,4 @@ Use "shiori [command] --help" for more information about a command.
## License
Shiori is distributed using [MIT license](https://choosealicense.com/licenses/mit/), which means you can use and modify it however you want. However, if you make an enhancement for it, if possible, please send the pull request.
Shiori is distributed using [MIT license](https://choosealicense.com/licenses/mit/), which means you can use and modify it however you want. However, if you make an enhancement for it, if possible, please send a pull request.