Skip to content

Commit 116d1f7

Browse files
authored
Update README.md
Changed the installation instruction using npm. The previous command returned 404.
1 parent 8f86438 commit 116d1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Check out the [documentation](https://swimlane.gitbooks.io/ngx-datatable/) & [de
3333
## Installation
3434
To use ngx-datatable in your project install it via [npm](https://www.npmjs.com/package/@swimlane/ngx-datatable):
3535
```
36-
npm i ngx-datatable -S
36+
npm i @swimlane/ngx-datatable --save
3737
```
3838

3939
## Credits

0 commit comments

Comments
 (0)