Skip to content

Commit

Permalink
Updated description of custom builds
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Mar 18, 2015
1 parent 94e0f01 commit 1078e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The source code of JSONEditor consists of CommonJS modules. JSONEditor can be bu

npm install

To create a custom bundle of the source code, [browserify](http://browserify.org/) can be used:
To create a custom bundle of the source code using browserify:

browserify ./index.js -o ./jsoneditor.custom.js -s JSONEditor

Expand Down

0 comments on commit 1078e01

Please sign in to comment.