Skip to content

Commit 875aa6e

Browse files
committed
Update readme
1 parent d6b4f74 commit 875aa6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ A highly-configurable [React](https://github.com/facebook/react) component for e
1212
![NPM Version](https://img.shields.io/npm/v/json-edit-react)
1313
![GitHub License](https://img.shields.io/github/license/carlosnz/json-edit-react)
1414
![NPM Downloads](https://img.shields.io/npm/dm/json-edit-react)
15+
[![Discuss on GitHub](https://img.shields.io/badge/Discussions-Join%20the%20conversation-blue?logo=github)](https://github.com/your-org/json-edit-react/discussions)
16+
[![Sponsor](https://img.shields.io/badge/Sponsor-♥-pink.svg)](https://github.com/sponsors/CarlosNZ)
1517

1618
### Features include:
1719

demo/src/demoData/dataDefinitions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export const demoDataDefinitions: Record<string, DemoData> = {
349349
won't be allowed to make any changes that don't comply with the schema. The schema being
350350
enforced here is{' '}
351351
<Link
352-
href="https://json-schema.org/learn/miscellaneous-examples#complex-object-with-nested-properties"
352+
href="https://github.com/CarlosNZ/json-edit-react/blob/main/demo/src/demoData/jsonSchema.json"
353353
isExternal
354354
>
355355
this one.

0 commit comments

Comments
 (0)