From c058ce12b3c4e79bbf87f5a77df7fbf9f46eefd8 Mon Sep 17 00:00:00 2001 From: AP Date: Thu, 26 Oct 2023 08:10:59 +0200 Subject: [PATCH] fix demo url --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 99d21ba..9891932 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ ![Demo Light](doc/jsonViewer_light.png) +## Demo + +For a live demonstration of **json-viewer**, please visit our [demo](https://pfau-software.de/json-viewer/demo/). + ## Inspired by react-json-view **json-viewer** is inspired by the functionality and user-friendliness of [react-json-view](https://github.com/mac-s-g/react-json-view). However, our mission was to make this feature-rich visualization tool accessible beyond the confines of React. We've taken the best ideas from react-json-view and implemented them in **json-viewer** to cater to a broader audience. @@ -311,10 +315,6 @@ Example: } ``` -## Demo - -For a live demonstration of **json-viewer**, please visit our [demo](http://json-viewer.ws.pfau/). - ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/package.json b/package.json index 76a80df..d5e08cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@andypf/json-viewer", - "version": "2.0.4", + "version": "2.0.5", "description": "A javascript library to visualize json nicely", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",