diff --git a/README.md b/README.md index 02ae71b..e4a30f7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ a code editor. - Library can be loaded as CommonJS module, AMD module, or as a regular javascript file. +### Documentation + +- [Docs](https://github.com/josdejong/jsoneditor/tree/master/docs) +- [Examples](https://github.com/josdejong/jsoneditor/tree/master/examples) +- [Source](https://github.com/josdejong/jsoneditor) +- [History](https://github.com/josdejong/jsoneditor/blob/master/HISTORY.md) + + ### Install with npm: @@ -81,14 +89,6 @@ download: ``` -### Documentation - -- Docs: [https://github.com/josdejong/jsoneditor/tree/master/docs](https://github.com/josdejong/jsoneditor/tree/master/docs) -- Examples: [https://github.com/josdejong/jsoneditor/tree/master/examples](https://github.com/josdejong/jsoneditor/tree/master/examples) -- Source: [https://github.com/josdejong/jsoneditor](https://github.com/josdejong/jsoneditor) -- History: [https://github.com/josdejong/jsoneditor/blob/master/HISTORY.md](https://github.com/josdejong/jsoneditor/blob/master/HISTORY.md) - - ### Build The code of the JSON Editor is located in the folder `jsoneditor`. diff --git a/component.json b/component.json index 3600ff3..805e9f1 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "2.2.0", + "version": "2.3.0-SNAPSHOT", "description": "A web-based tool to view, edit and format JSON", "tags": [ "json", diff --git a/docs/usage.md b/docs/usage.md index c1ebcf6..751d30f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -33,7 +33,7 @@ Optionally, [jsonlint](https://github.com/zaach/jsonlint) can be loaded to get more detailed error messages. ```html - + ``` ### Code editor @@ -44,10 +44,10 @@ Also, the content type must be specified on the page. ```html - - - - + + + + ``` ## Use diff --git a/package.json b/package.json index f9cc9ed..0b67cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "2.2.0", + "version": "2.3.0-SNAPSHOT", "description": "A web-based tool to view, edit and format JSON", "tags": [ "json",