mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix typo in with-universal-configuration example (#1628)
This commit is contained in:
parent
8c19286a4d
commit
897ff6c010
|
@ -6,8 +6,8 @@
|
|||
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/basic-css
|
||||
cd basic-css
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-universal-configuration
|
||||
cd with-universal-configuration
|
||||
```
|
||||
|
||||
Install it and run:
|
||||
|
|
Loading…
Reference in a new issue