diff --git a/README.md b/README.md index 342fcb3..cf08815 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Select Picker -[![Build Status](https://travis-ci.org/AuHau/select-picker.svg?branch=master)](https://travis-ci.org/AuHau/select-picker) [![npm version](https://badge.fury.io/js/select-picker.svg)](https://badge.fury.io/js/select-picker) +[![Build Status](https://travis-ci.org/AuHau/select-picker.svg?branch=master)](https://travis-ci.org/AuHau/select-picker) [![npm version](https://badge.fury.io/js/select-picker.svg)](https://badge.fury.io/js/select-picker) [![Bower version](https://badge.fury.io/bo/select-picker.svg)](https://badge.fury.io/bo/select-picker) Select Picker is jQuery plugin for multiselect tag-like picker. @@ -92,4 +92,4 @@ and properly document your changes in documentation. Currently for tests I am using Karma + Jasmine. To run the tests, first install dependencies with `npm install` and then to simply run `npm test`. This will run test in headless browser (PhantomJS). You can run the tests in Chrome -using `npm run test-chrome` or if you need to debug your test `npm run test-debug`. \ No newline at end of file +using `npm run test-chrome` or if you need to debug your test `npm run test-debug`.