Skip to content

Commit 2f43efc

Browse files
authored
Merge pull request evanplaice#147 from zsoltime/patch-1
Fix how you import the npm module
2 parents f97b1a8 + e02095e commit 2f43efc

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
@@ -47,7 +47,7 @@ npm i jquery-csv
4747
Then import it as a CommonJS module.
4848

4949
```javascript
50-
var csv = require('./jquery.csv.js');
50+
var csv = require('jquery-csv');
5151
```
5252

5353
## Usage

0 commit comments

Comments
 (0)