Skip to content

Commit c67879b

Browse files
authored
Fix mistakes
1 parent 8460b61 commit c67879b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ With `JSON-minify`, you can maintain developer-friendly JSON documents, but mini
1313
Installation
1414
------------
1515

16-
This package is currently not hosted on PyPI. You can install it using pip as follows:
16+
This package is currently not hosted on PyPI. You can install it using pip as follows::
17+
18+
pip install git+https://github.com/getify/JSON.minify@python
1719

18-
```
19-
pip install git+https://github.com/getify/JSON.minify@python
20-
```
2120

2221
Testing
2322
-------
2423

25-
To run the tests, just execute json_minify.py, i.e.
24+
To run the tests, just execute json_minify.py.
25+
26+
::
2627

2728
python json_minify.py
2829

0 commit comments

Comments
 (0)