Skip to content

Commit a61174b

Browse files
committed
Update README
1 parent 5fa7464 commit a61174b

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ A port of the `JSON-minify` utility to the Python language.
66
Overview
77
--------
88

9-
`JSON-minify` minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* JS-style comments (single-line `//` and multiline `/* .. */`).
9+
`JSON-minify` minifies blocks of JSON-like content into valid JSON by removing
10+
all whitespace *and* JS-style comments (single-line `//` and multi-line
11+
`/* .. */`).
1012

11-
With `JSON-minify`, you can maintain developer-friendly JSON documents, but minify them before parsing or transmitting them over-the-wire.
13+
With `JSON-minify`, you can maintain developer-friendly JSON documents, but
14+
minify them before parsing or transmitting them over-the-wire.
1215

1316
Installation
1417
------------
1518

16-
This package is currently not hosted on PyPI. You can install it using pip as follows::
19+
You can install using pip as follows::
20+
21+
pip install JSON-minify
22+
23+
If you wish to use the development version fo JSON-minify, you can install it
24+
as follows::
1725

1826
pip install git+https://github.com/getify/JSON.minify@python
1927

0 commit comments

Comments
 (0)