Skip to content

Commit 8d66f0d

Browse files
committed
Update Javascript Readme
1 parent 4e89853 commit 8d66f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ For plain javascript assertions you don't need to register anything. Just import
66

77
```js
88
// using ES6 modules
9-
import assertions from 'redux-actions-assertions/assertions';
9+
import assertions from 'redux-actions-assertions';
1010

1111
// using CommonJS modules
12-
var assertions = require('redux-actions-assertions/assertions');
12+
var assertions = require('redux-actions-assertions');
1313

1414
// in test
1515
assertions.toDispatchActions(/**/)

0 commit comments

Comments
 (0)