Skip to content

Commit b1031d3

Browse files
committed
Add release and build status badges
1 parent d87378c commit b1031d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# JSONViewer 2.0.3.0
1+
# JSONViewer for Notepad++
2+
[![GitHub release](https://img.shields.io/github/release/kapilratnani/JSON-Viewer.svg)](../../releases/latest)
3+
    [![Build status](https://ci.appveyor.com/api/projects/status/github/kapilratnani/JSON-Viewer?branch=master&svg=true)](https://ci.appveyor.com/project/kapilratnani/JSON-Viewer)
24

35
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).
46

7+
58
## Instructions:
69
1. Paste the file `NPPJSONViewer.dll` to Notepad++ `plugins\NPPJSONViewer` folder
710
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu

0 commit comments

Comments
 (0)