README.md in angular-leaflet-rails-0.1.0.1 vs README.md in angular-leaflet-rails-0.1.0.2
- old
+ new
@@ -14,9 +14,17 @@
```js
//= require angular-leaflet
```
+Add the following directive to your CSS manifest file (application.css):
+
+```css
+*= require angular-leaflet
+```
+
+
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)