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

Fix/example instructions (#1559)

* Using developit/unfetch as the Fetch API polyfill

* Fixed layout component example instructions
This commit is contained in:
Dan Zajdband 2017-03-29 12:00:13 -03:00 committed by GitHub
parent aa4105e001
commit d5369c01a8

View file

@ -6,8 +6,8 @@
Download the example [or clone the repo](https://github.com/zeit/next.js): Download the example [or clone the repo](https://github.com/zeit/next.js):
```bash ```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/layout-component
cd hello-world cd layout-component
``` ```
Install it and run: Install it and run: