Skip to content

Commit 7e2403d

Browse files
authored
Update README.md
1 parent 3c5616a commit 7e2403d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
    [![CI Build](https://github.com/kapilratnani/JSON-Viewer/actions/workflows/ci_build.yml/badge.svg)](https://github.com/kapilratnani/JSON-Viewer/actions/workflows/ci_build.yml)
44
    [![Code Scanning](https://github.com/kapilratnani/JSON-Viewer/actions/workflows/codeql.yml/badge.svg)](https://github.com/kapilratnani/JSON-Viewer/actions/workflows/codeql.yml)
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. That's it!!! The plugin can be used in [Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus).
6+
This plugin is designed to display JSON strings in a Treeview format and highlight the error position if any parsing issues occur. It's a simple and efficient tool, compatible with [Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus).
77

88

99
## Instructions:
10-
1. Paste the file `NPPJSONViewer.dll` to Notepad++ `plugins\NPPJSONViewer` folder.
11-
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu.
10+
1. Copy the file `NPPJSONViewer.dll` to the `plugins\NPPJSONViewer` folder in the Notepad++ installation directory..
11+
2. Restart Notepad++ and ensure the plugin appears under the Plugins menu.
1212
3. Open a document containing a JSON string (or paste in some JSON text).
13-
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>.
14-
5. Voila!! If the JSON is valid, it will be shown in a Treeview.
13+
4. Select the JSON fragment and go to <b>Plugins > JSON Viewer > Show JSON Viewer</b> or press or press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>J</kbd>.
14+
5. Voila, that's it! If the JSON is valid, it will be displayed in a Treeview format.
1515

1616

1717
## Latest Updates:

0 commit comments

Comments
 (0)