Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4105e commit d5369c0Copy full SHA for d5369c0
examples/layout-component/README.md
@@ -6,8 +6,8 @@
6
Download the example [or clone the repo](https://github.com/zeit/next.js):
7
8
```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
+curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/layout-component
+cd layout-component
11
```
12
13
Install it and run:
0 commit comments