Skip to content

Commit ce3a7f0

Browse files
committed
fix(README): Fix npm link instructions
1 parent 1f62617 commit ce3a7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ git clone https://github.com/pattern-lab/patternlab-node.git
105105
npm install
106106
npm link
107107
cd location/of/editionOrSourceAndConfig
108-
npm link patternlab-node
108+
npm link @pattern-lab/patternlab-node
109109
```
110110

111111
The above is a bit verbose, but illustrates:

0 commit comments

Comments
 (0)