From c7bbdcf3206ecdf15f3a91db00268ef9edb9aa04 Mon Sep 17 00:00:00 2001 From: Oleg Filonchuk <34554336+OlegFilonchuk@users.noreply.github.com> Date: Fri, 17 Jan 2020 12:38:01 +0200 Subject: [PATCH] update readme.md fixed a little typo --- examples/with-sitemap-and-robots-express-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-sitemap-and-robots-express-server/README.md b/examples/with-sitemap-and-robots-express-server/README.md index d7b471b646ceb78..414e3f368fe2eb8 100644 --- a/examples/with-sitemap-and-robots-express-server/README.md +++ b/examples/with-sitemap-and-robots-express-server/README.md @@ -22,7 +22,7 @@ yarn create next-app --example with-sitemap-and-robots-express-server with-sitem Download the example: ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-sitemap-and-robots-expres-server +curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-sitemap-and-robots-express-server cd with-sitemap-and-robots-express-server ```