Skip to content

Commit 686a622

Browse files
docs(scope): update example command to work in windows (#7247)
Update scope.md Missing = was causing error
1 parent 95b5057 commit 686a622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/content/using-npm/scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ host multiple scopes, but a scope only ever points to one registry.
127127
You can also associate a scope with a registry using `npm config`:
128128

129129
```bash
130-
npm config set @myco:registry http://reg.example.com
130+
npm config set @myco:registry=http://reg.example.com
131131
```
132132

133133
Once a scope is associated with a registry, any `npm install` for a package

0 commit comments

Comments
 (0)