Skip to content

Commit

Permalink
[skip ci] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyan committed Nov 11, 2014
1 parent c2e97c0 commit ffca64c
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 @@ -71,7 +71,7 @@ Example of the webpack configuration:
### Build with Browserify
Similar to webpack, you can also use the following two utils with your favorite build system:
* use [envify](https://github.com/hughsk/envify) to set `process.env.NODE_ENV` to the desired environment
* use [ugifyjs](https://github.com/mishoo/UglifyJS2) to remove dead code.
* use [uglifyjs](https://github.com/mishoo/UglifyJS2) to remove dead code.

Command-line example:
```bash
Expand Down

0 comments on commit ffca64c

Please sign in to comment.