From b4312751bdefb0684ddc228d8d70187199b8642f Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 12 Feb 2017 05:01:13 -0800 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40724d..85f0b71 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ JSONlite sandboxes the current working directory similar to [SQLite](https://www 3. python -m json.tool - 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. - `json_reformat` is the fastest of the three set methods. **jq** comes in a close second and `python -m json.tool` being significantly slowest. If possible, avoid using `python -m json.tool`. + `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`. ## Installation