diff --git a/Notes.md b/Notes.md index 83cc04c..2f90de7 100644 --- a/Notes.md +++ b/Notes.md @@ -9,10 +9,17 @@ Testing $ npm install $ npm test -or +or try it out in the browser: $ open test/index.html +Testing component build +----------------------- + + $ component install + $ component build + $ open test/component.html + Pushing ------- diff --git a/test/index.component.html b/test/component.html similarity index 100% rename from test/index.component.html rename to test/component.html