Skip to content

Commit

Permalink
chore: fix spelling mistake on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weihong1028 authored and fengmk2 committed Apr 19, 2018
1 parent 2e4c1bc commit f2b1852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ root/
koa@1.1.0
mod/
koa@~1.1.0
# will install tow different version of koa when use npminstall.
# will install two different version of koa when use npminstall.
```

you can enable flatten mode by `--flatten` flag, in this mod, npminstall will try to use ancestors' dependencies to minimize the dependence-tree.
Expand Down Expand Up @@ -235,7 +235,7 @@ root/
koa@^1.1.0
moe/
koa@~1.1.0
# tow different versions
# two different versions
```

**npminstall will always treat `n.x` and `n.m.x` as flattened**
Expand Down

0 comments on commit f2b1852

Please sign in to comment.