Updated readme

This commit is contained in:
josdejong 2013-02-10 17:30:37 +01:00
parent 2e24669f35
commit d8525ba457
2 changed files with 9 additions and 9 deletions

View File

@ -9,6 +9,14 @@ It shows your data side by side in a clear, editable treeview and in
formatted plain text.
### Screenshot
<a href="http://jsoneditoronline.org">
<img alt="jsoneditoronline"
src="https://raw.github.com/josdejong/jsoneditoronline/master/misc/screenshots/jsoneditoronline.png">
</a>
### Features
- View and edit JSON side by side in treeview and plain text.
@ -42,11 +50,3 @@ To build the library from sourcecode, run
in the root of the project. This will generate a folder `build` containing
generated library and web application.
### Screenshot
<a href="http://jsoneditoronline.org">
<img alt="jsoneditoronline"
src="https://raw.github.com/josdejong/jsoneditoronline/master/misc/screenshots/jsoneditoronline.png">
</a>

View File

@ -69,7 +69,7 @@ if (typeof(module) != 'undefined' && typeof(exports) != 'undefined') {
}
/**
* RequireJS module exports
* AMD module exports
*/
if (typeof(require) != 'undefined' && typeof(define) != 'undefined') {
define(function () {