Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williammustaffa committed Jul 25, 2020
1 parent 577e01a commit ad0d0e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ DAD: A simple and awesome Drag And Drop plugin!

## Installation

And the dad plugin file after jquery.
Import dad plugin file after jquery.

```
<script src='jquery.min.js'></script>
<script src='jquery.dad.min.js'></script>
```

and that's it!

## Usage

Create a group of DOM elements that can be resorted via drag and drop inside the parent container 'demo'.
Expand All @@ -39,7 +41,7 @@ Create a group of DOM elements that can be resorted via drag and drop inside the
<div class="demo">
<div>...</div>
<div>...</div>
<div>...</div>
<div>...</div>`
<div>...</div>
</div>
Expand Down

0 comments on commit ad0d0e8

Please sign in to comment.