Skip to content

Commit e753bd0

Browse files
CWolfAndersonKeyang
authored andcommitted
Remove extra parenthesis from import statement (#275)
1 parent 6a2d572 commit e753bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ If a module packager is preferred, just simply `require("csvtojson")`:
673673
var csv=require("csvtojson");
674674

675675
// or with import
676-
import * as csv from "csvtojson");
676+
import * as csv from "csvtojson";
677677

678678
//then use csv as normal
679679
```

0 commit comments

Comments
 (0)