Skip to content

Commit

Permalink
readme: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubin committed Mar 5, 2016
1 parent 7e5cb10 commit 84a9802
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 @@ -17,7 +17,7 @@ Augment [`browserify`] with the following features:

Suppose we want to pack all modules in `/path/to/src` (not including those in its subdirectories) into `/path/to/build/bundle.js`.

There are alreay `a.js` and `b.js` in `/path/to/src`, and they both depend upon `/path/to/src/c/index.js`.
There are already `a.js` and `b.js` in `/path/to/src`, and they both depend upon `/path/to/src/c/index.js`.

```js
'use strict'
Expand Down

0 comments on commit 84a9802

Please sign in to comment.