Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysinghj8 committed Mar 31, 2017
1 parent 4c58c26 commit abe4f38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Ng2Draggable
A angular2 directive provide html block to move block on html plain.
# Angualr-Draggable
A angular directive provide html block to move on html plain.

## Usages

```js
import { Ng2DraggableModule } from 'ng2-draggable';
import { NgDraggableModule } from 'angular-draggable';
@NgModule({
imports: [
....,
Ng2DraggableModule
NgDraggableModule
],
declarations: [YourAppComponent ],
exports: [YourAppComponent],
Expand Down Expand Up @@ -41,7 +41,7 @@ import { Ng2DraggableModule } from 'ng2-draggable';

```
# Example
[#demo](https://coderajay.github.io/ng2Draggable)
[#demo](https://coderajay.github.io/angular-draggable)



0 comments on commit abe4f38

Please sign in to comment.