From 62a35e150a8f210c7a18aebca0204bf23a8aa288 Mon Sep 17 00:00:00 2001 From: Sanoj Antony Date: Tue, 4 Sep 2018 23:03:59 -0700 Subject: [PATCH] Corrected ReadMe Mismatch between ReadMe and package.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1411dd5..d64af7b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Built from a default Angular CLI setup Commands: -* `npm run build && npm run package-elements` to create a build of a sample component +* `npm run build && npm run package` to create a build of a sample component * `npm run serve` to run a http-server with example usage (click the button, watch the devtools console) Read the complete walkthrough in the article: [Building Web Components with Angular Elements!](https://medium.com/@tomsu/building-web-components-with-angular-elements-746cd2a38d5b)