diff --git a/README.md b/README.md
index c04edd5..1ad26ae 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
**Install with cdn**
```html
-
+
```
**Install with Bower**
diff --git a/package.json b/package.json
index 97233ed..80de636 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"test": "echo lol nope yolo",
"build": "gulp build",
- "demo": "gulp demo",
+ "start": "gulp demo",
"dev": "gulp",
"size": "gulp size",
"deploy": "gulp build && gh-pages -d demo"