From 9ef6a44b90f21288c572661eee09d2c2700e63f1 Mon Sep 17 00:00:00 2001 From: RonnieSan Date: Sat, 21 Apr 2018 19:02:45 -0700 Subject: [PATCH] Fixed typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f173bff..0a658cf 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +* 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