From 1338dc6c7d05acc45fff3f18f2a95b7b08ce381d Mon Sep 17 00:00:00 2001 From: Angelos Orfanakos Date: Sat, 5 Oct 2019 01:40:41 +0300 Subject: [PATCH] Minor improvements and typo fixes in the README text --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 567482a6..10abf31f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Donate PayPal](https://img.shields.io/static/v1?label=donate&message=PayPal&color=00457C&logo=paypal)](https://www.paypal.me/RadhiFadlillah) [![Donate Ko-fi](https://img.shields.io/static/v1?label=donate&message=Ko-fi&color=F16061&logo=ko-fi)](https://ko-fi.com/radhifadlillah) -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. +Shiori is a simple bookmarks manager written in the Go language. Intended as a simple clone of [Pocket](https://getpocket.com//). You can use it as a command line application or as a web application. This application is distributed as a single binary, which means it can be installed and used easily. ![Screenshot](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/cover.png) @@ -18,7 +18,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - Simple and clean command line interface. - Simple and pretty web interface for those who don't want to use a command line app. - Portable, thanks to its single binary format. -- Support sqlite3, PostgreSQL and MySQL as its database. +- Support for sqlite3, PostgreSQL and MySQL as its database. - Where possible, by default `shiori` will parse the readable content and create an offline archive of the webpage. - [BETA] [web extension](https://github.com/go-shiori/shiori-web-ext) support for Firefox and Chrome. @@ -26,8 +26,8 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl ## Documentation -All documentation is available in [wiki](https://github.com/RadhiFadlillah/shiori/wiki). If you think there are incomplete or incorrect information, feels free to edit it. +All documentation is available in [wiki](https://github.com/RadhiFadlillah/shiori/wiki). If you think there is incomplete or incorrect information, feel free to edit it. ## 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 a pull request. If you like this project, please consider donating to me either via [PayPal](https://www.paypal.me/RadhiFadlillah) or [Ko-Fi](https://ko-fi.com/radhifadlillah). +Shiori is distributed under the terms of the [MIT license](https://choosealicense.com/licenses/mit/), which means you can use it and modify it however you want. However, if you make an enhancement for it, if possible, please send a pull request. If you like this project, please consider donating to me either via [PayPal](https://www.paypal.me/RadhiFadlillah) or [Ko-Fi](https://ko-fi.com/radhifadlillah).