Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit e77a62d

Browse files
author
Brian Muenzenmeyer
authored
hot updating the readme with the correct commands
1 parent 706e965 commit e77a62d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ These are some helpful commands you can use on the command line for working with
6969

7070
To list all available commands type:
7171

72-
gulp pl-help
72+
gulp patternlab:help
7373

7474
### Generate Pattern Lab
7575

7676
To generate the front-end for Pattern Lab type:
7777

78-
gulp pl-build
78+
gulp patternlab:build
7979

8080
### Watch for changes and re-generate Pattern Lab
8181

8282
To watch for changes, re-generate the front-end, and server it via a BrowserSync server, type:
8383

84-
gulp pl-serve
84+
gulp patternlab:serve
8585

8686
BrowserSync should open [http://localhost:3000](http://localhost:3000) in your browser.
8787

@@ -91,4 +91,4 @@ To install a specific StarterKit from GitHub type:
9191

9292
npm install [starterkit-vendor/starterkit-name]
9393

94-
gulp patternlab:starterkit-load --kit=[starterkit-name]
94+
gulp patternlab:loadstarterkit --kit=[starterkit-name]

0 commit comments

Comments
 (0)