diff --git a/README.md b/README.md index 7629964..99088eb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ is still there (just hidden), and all form submissions will work as normal. * Chrome * Opera +**Installation** + +via Bower + +``` +bower install --save jquerySimpleImageCheck +``` + **Usage** _Options:_ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f687781 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "jquery-simple-image-check", + "version": "0.4.0", + "description": "Simple image replacement for checkboxes and radio buttons", + "main": "./jquery.simpleImageCheck.js", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + }, + "keywords": [ + "jquery-plugin", + "form", + "radio button", + "image" + ], + "author": "Jordan Kasper", + "license": "MIT", + "homepage": "https://github.com/jakerella/jquerySimpleImageCheck" +} + +