We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164d4cc commit ef4f1c7Copy full SHA for ef4f1c7
README.md
@@ -10,6 +10,15 @@ Download [JSONSchemaMarkdown.js](https://raw.githubusercontent.com/BrianWendt/js
10
**NOTE:** JSONSchemaMarkdown.js supports [json-schema.org](https://json-schema.org/) `draft-7`. Previous drafts may not generate documentation correctly.
11
12
## Simple Implementation
13
+**NPM Project**
14
+```
15
+npm install json-schema-md-doc
16
17
+
18
+```javascript
19
+import { JSONSchemaMarkdown } from "json-schema-md-doc";
20
21
+or
22
**HTML**
23
``` html
24
<script src="https://brianwendt.github.io/json-schema-md-doc/lib/JSONSchemaMarkdown.js"></script>
0 commit comments