Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thatisuday authored Jul 11, 2016
1 parent 2774b4e commit 663196d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You must have AngularJS library included for this directive to work : [Download
You need to download `dropzone.js` and `dropzone.css` files from dropzone repository : [Get from official release](https://github.com/enyo/dropzone/releases/tag/v4.3.0)

##### Step 3
Download `ng-dropzone.js` from this [official release](https://github.com/thatisuday/ng-dropzone/releases)
Download `ng-dropzone.min.js` from this [official release](https://github.com/thatisuday/ng-dropzone/releases)

##### Step 4
Include above files in `<head></head>` section of your html page
Expand Down Expand Up @@ -57,7 +57,7 @@ myNgApp.config(function(dropzoneOpsProvider){
```

####⛹Optional
>You can also add default options in **dropzoneOps** provider `(ng-dropzone.js)` inside `defOps` object. This is very helpful in case you have multiple apps. **_But it is not recommended because if you upgrade this directive in future, your app might not behave the way it should._**
>You can also add default options in **dropzoneOps** provider `(ng-dropzone.min.js)` inside `defOps` object. This is very helpful in case you have multiple apps. **_But it is not recommended because if you upgrade this directive in future, your app might not behave the way it should._**

## Create dropzone(s)
Expand Down Expand Up @@ -128,7 +128,7 @@ By default, dropzone starts file upload when file is dropped or added to the lis


# ⛹Optional :Beautify Dropzone
Add `beautify.css` file below `dropzone.css` file for professional looking dropzone.
Add `ng-dropzone.min.css` file below `dropzone.css` file for professional looking dropzone.



Expand Down

0 comments on commit 663196d

Please sign in to comment.