1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix: point tar.gz to v3 branch (#2007)

* Fix: point tar.gz to v3 branch

* Update README.md
This commit is contained in:
David Ďurika 2017-05-18 20:53:52 +02:00 committed by Dan Zajdband
parent 92b0a690be
commit 55b5dbf9cd

View file

@ -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
```