Skip to content

Commit

Permalink
Merge pull request rlidwka#96 from robertgroh/readme_fix
Browse files Browse the repository at this point in the history
Docs: correct config attribute `proxy_access`

Thanks!
  • Loading branch information
jmwilkinson authored Nov 18, 2016
2 parents 03d66b0 + 69c5628 commit 7915bc3
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 @@ -107,7 +107,7 @@ There's two options here:

1. You want to create a separate fork and stop synchronizing with public version.

If you want to do that, you should modify your configuration file so verdaccio won't make requests regarding this package to npmjs anymore. Add a separate entry for this package to *config.yaml* and remove `npmjs` from `proxy_access` list and restart the server.
If you want to do that, you should modify your configuration file so verdaccio won't make requests regarding this package to npmjs anymore. Add a separate entry for this package to *config.yaml* and remove `npmjs` from `proxy` list and restart the server.

When you publish your package locally, you should probably start with version string higher than existing one, so it won't conflict with existing package in the cache.

Expand Down

0 comments on commit 7915bc3

Please sign in to comment.