Updated description of custom builds

This commit is contained in:
Jos de Jong 2015-03-18 08:57:33 +01:00
parent 94e0f0117c
commit 1078e016df
1 changed files with 1 additions and 1 deletions

View File

@ -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