diff --git a/README.md b/README.md index ee8da01..3014f05 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Install this sublime text package via [Package Control](https://sublime.wbond.ne ### or manual installation -- cd -- git clone https://github.com/dzhibas/SublimePrettyJson.git +- `cd ` +- `git clone https://github.com/dzhibas/SublimePrettyJson.git` ## Usage @@ -33,7 +33,7 @@ Using Command Palette Ctrl+Shift+P find "Pretty JSON: Minify (compres Demo: -[![Demo](http://www.gang.lt/prettyjson.gif)](http://www.gang.lt/prettyjson.gif) +[![Demo](http://i.imgur.com/sw7Hrsp.gif?1)](http://i.imgur.com/sw7Hrsp.gif?1) If on your machine "[./jq](http://stedolan.github.io/jq/)" tool is available with ctrl+atl+shift+j you can run against your json. output will be opened in new view so you can once again apply jq on new buffer @@ -65,3 +65,7 @@ Be sure "Indent Using Spaces" is unchecked otherwise you will not see effect and - @the3rdhbtaylor https://github.com/the3rdhbtaylor - @crcastle https://github.com/crcastle + +## Others + +If you YAMLing then maybe you interested in this plugin: https://github.com/aukaost/SublimePrettyYAML