Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sujinleeme committed Dec 27, 2023
1 parent 7f67514 commit 5606d86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@

## Built with

- [create-react-app](https://reactjs.org/docs/create-a-new-react-app.html)
- [monaco-react](https://github.com/suren-atoyan/monaco-react)
- [fluentui-react](https://github.com/microsoft/fluentui)
- [dirty-json](https://github.com/RyanMarcus/dirty-json)
- [monaco-react](https://github.com/suren-atoyan/monaco-react) - Monaco Editor for React
- [fluent ui](https://github.com/microsoft/fluentui) - A react component library developed by Microsoft
- [dirty-json](https://github.com/RyanMarcus/dirty-json) - A JSON parser that tries to handle non-conforming or otherwise invalid JSON
- [Ajv](https://github.com/ajv-validator/ajv) - A fastest JSON validator for Node.js and browser
- [vite](https://vitejs.dev) and [vercel](https://vercel.com)

## Demo

Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SampleData } from "./components/json-editor/utils/__mocks__/mock-data";
import { useToggle } from "./hooks";

enum Editor {
Schema = "Schema",
Schema = "JSON Schema",
InputJson = "Input JSON",
}

Expand Down

0 comments on commit 5606d86

Please sign in to comment.