Skip to content

Commit

Permalink
Fix typo in link in example's README (vercel#8545)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth authored and timneutkens committed Aug 28, 2019
1 parent 7bd4f4f commit c6ec289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-jest-react-testing-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ yarn create next-app --example with-jest-react-testing-library with-rtl-app
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-jest
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-jest-react-testing-library
cd with-jest-react-testing-library
```

Expand Down

0 comments on commit c6ec289

Please sign in to comment.