README.md in dropzonejs-rails-0.3.1 vs README.md in dropzonejs-rails-0.3.2
- old
+ new
@@ -2,11 +2,11 @@
Integrate [Matias Meno's Dropzone](http://www.dropzonejs.com/) awesome file upload JS library right into the Asset pipeline of your Rails apps.
## Version
-The latest version of this gem bundles **Dropzone v3.1.0**.
+The latest version of this gem bundles **Dropzone v3.2.0**.
## Installation and usage
First add `dropzonejs-rails` to your Gemfile and, as you already know, `bundle` it and then restart your Rails app:
@@ -25,14 +25,14 @@
//= require dropzone
```
And if you would like to use one of the styles bundled with Dropzone, add to your `application.css`:
```scss
-//= require dropzone/basic
+*= require dropzone/basic
```
or
```scss
-//= require dropzone/dropzone
+*= require dropzone/dropzone
```
And **Bam!** - you're all set.