From 55b5dbf9cd477cf7a07a9107fa462d3265dccbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C4=8Eurika?= Date: Thu, 18 May 2017 20:53:52 +0200 Subject: [PATCH] Fix: point tar.gz to v3 branch (#2007) * Fix: point tar.gz to v3 branch * Update README.md --- examples/with-dynamic-import/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-dynamic-import/README.md b/examples/with-dynamic-import/README.md index 3c16ce44..b960b3c6 100644 --- a/examples/with-dynamic-import/README.md +++ b/examples/with-dynamic-import/README.md @@ -5,7 +5,7 @@ Download the example [or clone the repo](https://github.com/zeit/next.js): ```bash -curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-dynamic-import +curl https://codeload.github.com/zeit/next.js/tar.gz/v3-beta | tar -xz --strip=2 next.js-3-beta/examples/with-dynamic-import cd with-dynamic-import ```