Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nuc committed Sep 26, 2017
1 parent 718d160 commit 4e21347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/react-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm i --save-dev react-test-renderer@16
Next, to get started with enzyme, you can simply install it with npm:

```bash
npm i --save-dev enzyme enzyme-react-adapter-16
npm i --save-dev enzyme enzyme-adapter-react-16
```

And then you're ready to go! In your test files you can simply `require` or `import` enzyme:
Expand Down

0 comments on commit 4e21347

Please sign in to comment.