README.md in mapbox-gl-rails-0.48.0 vs README.md in mapbox-gl-rails-0.49.0
- old
+ new
@@ -32,11 +32,10 @@
In your `application.css`, include the css file:
```css
/*
*= require mapbox-gl
- *= require mapbox-gl-geocoder
*/
```
Then restart your webserver if it was previously running.
@@ -62,10 +61,10 @@
*= require mapbox-gl-compare
...
*/
```
-Full list of available plugins you could find [here](https://github.com/nbulaj/mapbox-gl-rails/blob/master/plugins.yaml).
+Full list of integrated plugins you could find [here](https://github.com/nbulaj/mapbox-gl-rails/blob/master/plugins.yaml).
### Sass Support
If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your
`application.css.scss` file: