README.md in rails-bootstrap-markdown-1.0.0 vs README.md in rails-bootstrap-markdown-2.6.0
- old
+ new
@@ -5,10 +5,11 @@
3rd party libraries included:
- http://toopay.github.io/bootstrap-markdown/
- https://github.com/domchristie/to-markdown
- https://github.com/evilstreak/markdown-js
+- https://github.com/mathiasbynens/he
## Installation
Add this line to your application's Gemfile:
@@ -30,11 +31,13 @@
*= require bootstrap-markdown
```
### Javascript
+To require all 3rd party libraries at once, use:
+
```
-//= require bootstrap-markdown
+//= require bootstrap-markdown-bundle
```
## Contributing
1. Fork it