diff --git a/README.md b/README.md index 81d1904..c736251 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ Tested in these [core browsers](http://monospaced.github.io/obs). Install ------- - bower install hamsterjs +```sh +$ yarn add hamsterjs +``` Demo ---- diff --git a/bower.json b/bower.json deleted file mode 100644 index 09e5fa8..0000000 --- a/bower.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "hamsterjs", - "version": "1.1.2", - "main": "hamster.js", - "ignore": [ - "**/.*", - "node_modules", - "components" - ] -} \ No newline at end of file