diff --git a/README.md b/README.md index 10af610..29fdcc3 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,16 @@ abbr-touch is a tiny JavaScript library that makes the title attribute of ` tag brings up a description](example.png)][1] -## Installing +## Install ```bash -# via bower -bower install --save abbr-touch - -# via NPM npm install --save abbr-touch ``` -## Including +## Include ```html - - - - ``` diff --git a/bower.json b/bower.json deleted file mode 100644 index ea98a0d..0000000 --- a/bower.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "abbr-touch", - "main": "abbr-touch.js", - "version": "2.1.4", - "homepage": "https://github.com/Tyriar/abbr-touch", - "authors": [ - "Tyriar (http://www.growingwiththeweb.com)" - ], - "description": "Makes element title attributes touch accessible", - "keywords": [ - "touch", - "event" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -}