Skip to content

Commit

Permalink
Remove extra parenthesis from import statement (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
CWolfAnderson authored and Keyang committed Aug 23, 2018
1 parent 6a2d572 commit e753bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -673,7 +673,7 @@ If a module packager is preferred, just simply `require("csvtojson")`:
var csv=require("csvtojson");

// or with import
import * as csv from "csvtojson");
import * as csv from "csvtojson";

//then use csv as normal
```

0 comments on commit e753bd0

Please sign in to comment.