Skip to content

Commit abe4f38

Browse files
committed
Updated Readme
1 parent 4c58c26 commit abe4f38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Ng2Draggable
2-
A angular2 directive provide html block to move block on html plain.
1+
# Angualr-Draggable
2+
A angular directive provide html block to move on html plain.
33

44
## Usages
55

66
```js
7-
import { Ng2DraggableModule } from 'ng2-draggable';
7+
import { NgDraggableModule } from 'angular-draggable';
88
@NgModule({
99
imports: [
1010
....,
11-
Ng2DraggableModule
11+
NgDraggableModule
1212
],
1313
declarations: [YourAppComponent ],
1414
exports: [YourAppComponent],
@@ -41,7 +41,7 @@ import { Ng2DraggableModule } from 'ng2-draggable';
4141

4242
```
4343
# Example
44-
[#demo](https://coderajay.github.io/ng2Draggable)
44+
[#demo](https://coderajay.github.io/angular-draggable)
4545

4646

4747

0 commit comments

Comments
 (0)