未验证 提交 a1f71866 编写于 作者: R Ricky Abell 提交者: GitHub

Fix download instructions in with-next-auth example (#15028)

Download instructions in examples/with-next-auth/README.md currently fail because they refer to next-auth instead of with-next-auth.
上级 525fc360
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册