Skip to content

Commit b2d312f

Browse files
committed
updated README.md
1 parent 0e72b74 commit b2d312f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ To use this plugin, include the [jQuery](https://jquery.com) library and the [Ta
1919
$ bower install tableexport.js
2020
```
2121

22+
### Install with npm
23+
```shell
24+
$ npm install tableexport
25+
```
26+
2227
### Dependencies
2328

2429
##### Required:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tableexport.js",
2+
"name": "tableexport",
33
"version": "3.0.0",
44
"authors": [
55
"clarketm <travis.m.clarke@gmail.com>"

0 commit comments

Comments
 (0)