Skip to content

Commit e02095e

Browse files
authored
Fix how you import the npm module
1 parent e6de8fd commit e02095e

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
@@ -45,7 +45,7 @@ npm i jquery-csv
4545
Then import it as a CommonJS module.
4646

4747
```javascript
48-
var csv = require('./jquery.csv.js');
48+
var csv = require('jquery-csv');
4949
```
5050

5151
## Usage

0 commit comments

Comments
 (0)