0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

docs: update intro

This commit is contained in:
Juan Picado @jotadeveloper 2018-05-05 15:20:36 +02:00
parent 0c32bdfe43
commit edd211ec67
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -29,7 +29,7 @@ You can use a custom registry either setting globally for all your projects
npm set registry http://localhost:4873
```
or by command line as argument `--registry` in npm (slightly different un yarn)
or by command line as argument `--registry` in npm (slightly different in yarn)
```
npm install lodash --registry http://localhost:4873