Update README.md (#8780)

api-routes -> with-aws-amplify-typescript
This commit is contained in:
hanneslund 2019-09-18 10:37:18 +02:00 committed by Tim Neutkens
parent 65358b7a33
commit 6025c2eedd

View file

@ -19,7 +19,7 @@ yarn create next-app --example with-aws-amplify-typescript nextjs-aws-amplify-ty
Download the example:
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/api-routes
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aws-amplify-typescript
cd with-aws-amplify-typescript
```