Skip to content

Commit

Permalink
docs: fix example path (#6694)
Browse files Browse the repository at this point in the history
Update workspaces.md

Specify the right path for workspace "a"
  • Loading branch information
fvilers committed Aug 14, 2023
1 parent 73a4e3d commit 9750720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/using-npm/workspaces.md
Expand Up @@ -102,7 +102,7 @@ the npm installer that package should be added as a dependency of the provided
workspace:

```
npm install abbrev -w a
npm install abbrev -w packages/a
```

Note: other installing commands such as `uninstall`, `ci`, etc will also
Expand Down

0 comments on commit 9750720

Please sign in to comment.