From 84f3e3bb983954e0be976c6e5f8b63811851f381 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 30 Dec 2017 16:18:46 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1640c081..449e3517 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Stylus is a fork of Stylish for Chrome, also compatible with Firefox as a WebExt * In addition to the userstyles.org site, styles with customizable parameters can also be installed from .user.css or .user.styl URLs (see [Usercss format wiki](https://github.com/openstyles/stylus/wiki/Usercss)). * Site styles can be discovered and previewed in the popup using inline search with screenshot thumbnails. -* A backup feature is compatible with other userstyles managers. +* A backup feature which is compatible with other userstyles managers. * Configurable automatic update function for installed styles. -* Customizable UI, optional layouts and options. -* Two different optional code validators with user configurable rules: CSSLint and Stylelint. +* Customizable UI, optional layouts, and tweaks. +* Two different optional code validators with user-configurable rules: CSSLint and Stylelint. * Both validators use Web Worker API to run in a separate background thread inside the editor tab without blocking your interaction with the code. - * CSSLint is heavily modified compared to the effectively frozen original one and supports various CSS3 features as well as CSS4 Color and Grid syntax. + * CSSLint is heavily modified compared to the effectively frozen original one and supports various CSS3 features as well as CSS4 Color and CSS Grid syntax. ## Releases