Skip to content

Commit 2e368ef

Browse files
committed
update readme
1 parent 96ca020 commit 2e368ef

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@ SublimeLinter-json
33

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

6-
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to the [JSON parser](http://docs.python.org/3/library/json.html?highlight=json.loads#json.loads) built into Sublime Text. It will be used with files that have the “JSON” syntax.
6+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to the [JSON parser](http://docs.python.org/3/library/json.html?highlight=json.loads#json.loads) built into Sublime Text.
7+
It will be used with files that have the "JSON" syntax.
78

89
To facilitate editing Sublime Text settings files, which may contain comments, this linter allows line comments (//) and multiline block comments (`/* */`), but they may not appear at the end of a line (after JSON data).
910

11+
1012
## Installation
13+
1114
SublimeLinter must be installed in order to use this plugin.
1215

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

18+
1519
## Settings
1620

1721
This linter accepts a `"strict"` setting, which if false uses Sublime Text's "loose" parser so that trailing comma's and comments are accepted.
@@ -24,5 +28,5 @@ This linter accepts a `"strict"` setting, which if false uses Sublime Text's "lo
2428
}
2529
```
2630

27-
- SublimeLinter settings: http://sublimelinter.readthedocs.org/en/latest/settings.html
28-
- Linter settings: http://sublimelinter.readthedocs.org/en/latest/linter_settings.html
31+
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
32+
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html

0 commit comments

Comments
 (0)