diff --git a/README.md b/README.md index 68b775a..f5b4d14 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ $ curl -s https://api.restful-api.dev/objects | prettify_json - ```sh $ prettify_json -f sample.json + { "name": "John Doe", "age": 30, @@ -83,6 +84,7 @@ $ prettify_json -f sample.json ```sh $ prettify_json -s '{"name": "John Doe", "age": 30, "city": "New York"}' + { "name": "John Doe", "age": 30, @@ -94,6 +96,7 @@ $ prettify_json -s '{"name": "John Doe", "age": 30, "city": "New York"}' ```sh $ curl -s https://api.restful-api.dev/objects | prettify_json - + [ { "id": 1,