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

Commit a307332

Browse files
Brian Muenzenmeyerbmuenzenmeyer
authored andcommitted
hot updating the readme with the correct commands
1 parent 85e2a2d commit a307332

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
@@ -70,19 +70,19 @@ These are some helpful commands you can use on the command line for working with
7070
7171
To list all available commands type:
7272
73-
gulp pl-help
73+
gulp patternlab:help
7474
7575
### Generate Pattern Lab
7676
7777
To generate the front-end for Pattern Lab type:
7878
79-
gulp pl-build
79+
gulp patternlab:build
8080
8181
### Watch for changes and re-generate Pattern Lab
8282
8383
To watch for changes, re-generate the front-end, and server it via a BrowserSync server, type:
8484
85-
gulp pl-serve
85+
gulp patternlab:serve
8686
8787
BrowserSync should open [http://localhost:3000](http://localhost:3000) in your browser.
8888
@@ -92,4 +92,4 @@ To install a specific StarterKit from GitHub type:
9292
9393
npm install [starterkit-vendor/starterkit-name]
9494
95-
gulp patternlab:starterkit-load --kit=[starterkit-name]
95+
gulp patternlab:loadstarterkit --kit=[starterkit-name]

0 commit comments

Comments
 (0)