Skip to content

Commit 6e60f25

Browse files
authored
Issue 1325: Correct create README.md (#1326)
This pull request corrects a typo in the README.md for the "create" package, correcting the second documented command from `pattern-lab init` to `patternlab init`.
1 parent 0a7fd95 commit 6e60f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ This is the same as using the main Pattern Lab CLI's `init` command:
1212

1313
```bash
1414
npm i -g @pattern-lab/cli
15-
pattern-lab init
15+
patternlab init
1616
```

0 commit comments

Comments
 (0)