Skip to content

Commit 1e8b01c

Browse files
stephenbjmkapilratnani
authored andcommitted
Added a few steps to the setup directions. (#67)
1 parent 332cdf8 commit 1e8b01c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ JSONViewer 1.34
33
by Kapil Ratnani
44
=================
55

6-
This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. Thats it!!!
6+
This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. That's it!!! The plugin can be used in Notepad++.
77

88
============
9-
Instruction:
9+
Instructions:
1010
============
1111
1. Paste the file "NPPJSONViewer.dll" to Notepad++ plugins\NPPJSONViewer folder
12-
2. open a document containing a JSON string
13-
3. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
14-
4. Voila!! if the JSON is valid, it will be shown in a Treeview
12+
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu
13+
3. Open a document containing a JSON string (or paste in some JSON text)
14+
4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
15+
5. Voila!! If the JSON is valid, it will be shown in a Treeview
1516

1617
==================
1718
Special Thanks to:

0 commit comments

Comments
 (0)