From b75a82f9e09c8bd965fab7a9e8d3d6c74b9b5427 Mon Sep 17 00:00:00 2001 From: Rajendra Singh <14791461+SinghRajenM@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:35:55 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f8e4a..5be68a4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e 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 "Ctrl+Alt+Shift+J" +4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press Ctrl+Alt+Shift+J. 5. Voila!! If the JSON is valid, it will be shown in a Treeview