Skip to content

Commit

Permalink
docs: updated require usage docs (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbodman committed Feb 22, 2020
1 parent 0336fdd commit 3b1b08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ npm install --save-dev babel-plugin-tester
```javascript
import pluginTester from 'babel-plugin-tester'
// or
const pluginTester = require('babel-plugin-tester')
const pluginTester = require('babel-plugin-tester').default;
```

### Invoke
Expand Down

0 comments on commit 3b1b08b

Please sign in to comment.