Skip to content

Commit

Permalink
Fix download instructions in with-next-auth example (vercel#15028)
Browse files Browse the repository at this point in the history
Download instructions in examples/with-next-auth/README.md currently fail because they refer to next-auth instead of with-next-auth.
  • Loading branch information
RickyAbell authored and rokinsky committed Jul 11, 2020
1 parent e12b124 commit 41a9dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-next-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ yarn create next-app --example with-next-auth with-next-auth-app
Download the example:

```bash
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/next-auth
cd next-auth
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-auth
cd with-next-auth
```

Install it and run:
Expand Down

0 comments on commit 41a9dd8

Please sign in to comment.