Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmccall committed Feb 3, 2015
1 parent 4097958 commit b32a49a
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 @@ -11,7 +11,7 @@ The code is built to be run in either Node.js or the browser; it uses native Jav

To use in Node.js, the package is available via `npm`. To use locally, you will only need to install dependencies using `npm install`. To test, the default `grunt` task will execute all test cases.

To use in the browser, install dependencies with `npm install`, and run `grunt build:browser`. Browserify will convert the package into a Commonjs format, minify it, and output it to `/dist/emcellent.min/js`.
To use in the browser, install dependencies with `npm install`, and run `grunt build:browser`. Browserify will convert the package into a Commonjs format, minify it, and output it to `/dist/emcellent.min.js`.

###Functions

Expand Down

0 comments on commit b32a49a

Please sign in to comment.