From f233afe41e9596f2d0bb9960563d899fb1f9ac06 Mon Sep 17 00:00:00 2001 From: Rajendra Singh <14791461+SinghRajenM@users.noreply.github.com> Date: Sun, 10 Dec 2023 02:07:28 +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 79c4217..64517fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSONViewer for Notepad++ [![GitHub release](https://img.shields.io/github/release/kapilratnani/JSON-Viewer.svg)](../../releases/latest) -    [![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) +    [![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) 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).