Fixed typo in README

This commit is contained in:
RonnieSan 2018-04-21 19:02:45 -07:00 committed by GitHub
parent e333ae2ed0
commit 9ef6a44b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@ You can then include the component on your page using the `name` property you se
You can try it using the sample component we included in the `src` folder...
## IMPORTANT!!!
git
* Make sure you give your component a `name` property. It will be used as the tagname for your component
## Other Notes
* Excluding styles can greatly decrease the size of your compiled JS file as it doesn't need to add logic to inject the styles on the page
* Excluding styles can greatly decrease the size of your compiled JS file as it doesn't need to add logic to inject the styles on the page