Skip to content

Commit 0aabb8b

Browse files
committed
update readme
1 parent d122a89 commit 0aabb8b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ SublimeLinter-csslint
33

44
[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-csslint.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-csslint)
55

6-
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [csslint](https://github.com/stubbornella/csslint/wiki). It will be used with files that have the “CSS” syntax, or within `<style>` tags in HTML files.
6+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [csslint](https://github.com/stubbornella/csslint/wiki).
7+
It will be used with files that have the "CSS" syntax, or within `<style>` tags in HTML files.
78

89
## Installation
910

1011
SublimeLinter must be installed in order to use this plugin.
1112

1213
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
1314

14-
Before installing this plugin, you must ensure that `csslint` (version 0.10.0 or later) is installed on your system. To install `csslint`, do the following:
15+
Before installing this plugin, ensure that `csslint` (version 0.10.0 or later) is installed on your system.
16+
To install `csslint`, do the following:
1517

1618
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
1719

@@ -22,7 +24,8 @@ Before installing this plugin, you must ensure that `csslint` (version 0.10.0 or
2224

2325
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.
2426

25-
In order for `csslint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
27+
Please make sure that the path to `csslint` is available to SublimeLinter.
28+
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
2629

2730
## Settings
2831
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html

0 commit comments

Comments
 (0)