From 6025c2eedd356f9634c3d4f1a67e9e8c54aff5a9 Mon Sep 17 00:00:00 2001 From: hanneslund Date: Wed, 18 Sep 2019 10:37:18 +0200 Subject: [PATCH] Update README.md (#8780) api-routes -> with-aws-amplify-typescript --- examples/with-aws-amplify-typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-aws-amplify-typescript/README.md b/examples/with-aws-amplify-typescript/README.md index e5c262e805..46533b99da 100644 --- a/examples/with-aws-amplify-typescript/README.md +++ b/examples/with-aws-amplify-typescript/README.md @@ -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 ```