docs(shrinkwrap): correct directory path

This commit is contained in:
Brian Ford 2015-05-29 17:00:20 -07:00
parent 6404dd8293
commit 4f3acdb004
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@ after:
},
```
2. Then delete the `minichain` directory: `rm -rf tsd/node_modules/minichain`.
2. Then delete the `minichain` directory: `rm -rf node_modules/tsd/node_modules/minichain`.
Afterwards resume the shrinkwrap update and cleaning steps.