Skip to content

Commit

Permalink
fix demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Oct 26, 2023
1 parent f809da4 commit c058ce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c058ce1

Please sign in to comment.