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:
parent
92b0a690be
commit
55b5dbf9cd
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue