Skip to content

Commit 35b9159

Browse files
committed
updated README.md
1 parent 8e91b2d commit 35b9159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JSONlite sandboxes the current working directory similar to [SQLite](https://www
1111
3. python -m json.tool
1212
- Alternatively, install [yajl](http://lloyd.github.io/yajl/) for `json_reformat` *or* [jq](https://github.com/stedolan/jq) to get a roughly 3x performance improvement setting documents.
1313

14-
`json_reformat` is the fastest of the three set methods. `jq` comes in at a close second and `python -m json.tool` is significantly the slowest. If possible, avoid using `python -m json.tool`.
14+
`json_reformat` is the fastest of the three. `jq` comes in at a close second and `python -m json.tool` is significantly the slowest. If possible, avoid using `python -m json.tool`.
1515

1616
## Installation
1717

0 commit comments

Comments
 (0)