Skip to content

Commit

Permalink
Fix README. Closes #1, #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimschubert committed Jan 22, 2015
1 parent abf75b0 commit fc2fb7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install dragon-drop

## Usage
1. Include the `dragon-drop.js` script provided by this component into your app.
2. Add `btford.dragon-drop` as a module dependency to your app.
2. Add `dragon-drop` as a module dependency to your app.

Repeats a template inside the dragon over a list.
```html
Expand Down Expand Up @@ -119,7 +119,7 @@ Example:
```

## Example
See [`example.html`](http://htmlpreview.github.io/?https://github.com/btford/angular-dragon-drop/blob/master/example.html).
See [`example.html`](http://htmlpreview.github.io/?https://github.com/jimschubert/angular-dragon-drop/blob/master/example.html).

## License
MIT
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragon-drop",
"version": "1.0.0",
"version": "1.0.1",
"main": "dragon-drop.js",
"dependencies": {
"angular": "~1.3.9"
Expand Down
2 changes: 1 addition & 1 deletion dragon-drop.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* angular-dragon-drop v1.0.0
* angular-dragon-drop v1.0.1
* (c) 2013-2015 Brian Ford http://briantford.com
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragon-drop",
"version": "1.0.0",
"version": "1.0.1",
"description": "Drag and Drop for AngularJS, a fork of Brian Ford's module.",
"main": "dragon-drop.js",
"scripts": {
Expand Down

0 comments on commit fc2fb7b

Please sign in to comment.