Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5369c0

Browse files
Fix/example instructions (vercel#1559)
* Using developit/unfetch as the Fetch API polyfill * Fixed layout component example instructions
1 parent aa4105e commit d5369c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/layout-component/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
9-
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world
10-
cd hello-world
9+
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/layout-component
10+
cd layout-component
1111
```
1212

1313
Install it and run:

0 commit comments

Comments
 (0)