Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghRajenM committed Sep 14, 2024
1 parent b75a82f commit 5615212
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e


## Instructions:
1. Paste the file `NPPJSONViewer.dll` to Notepad++ `plugins\NPPJSONViewer` folder
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu
3. Open a document containing a JSON string (or paste in some JSON text)
1. Paste the file `NPPJSONViewer.dll` to Notepad++ `plugins\NPPJSONViewer` folder.
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu.
3. Open a document containing a JSON string (or paste in some JSON text).
4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>J</kbd>.
5. Voila!! If the JSON is valid, it will be shown in a Treeview
5. Voila!! If the JSON is valid, it will be shown in a Treeview.


## Latest Updates:
Expand Down

0 comments on commit 5615212

Please sign in to comment.