README.md in bootstrap-slider-rails-0.0.1.1 vs README.md in bootstrap-slider-rails-1.9.0
- old
+ new
@@ -1,10 +1,10 @@
# Bootstrap-Slider-Rails
This Gem integrates [Seiyara's fork](https://github.com/seiyria/bootstrap-slider) of [Bootstrap Slider](http://www.eyecon.ro/bootstrap-slider/). The original has no public Github Repo, issues tracking etc.
-It integrates this fork with your Rails project and is versioned to track the fork's versioning.
+It integrates this fork with your Rails project and is versioned to track the fork's version.
## Installation
Add this line to your application's Gemfile:
@@ -29,13 +29,11 @@
```
Require the CSS files from your `application.scss` or wherever needed using:
```
-*= require slider
+*= require bootstrap-slider
```
-
-*Note: This naming inconsistancy is part of Bootstrap Slider. I have opened a ticket [here](https://github.com/seiyria/bootstrap-slider/issues/41)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)