fix typo in with-universal-configuration example (#1628)

This commit is contained in:
Vinay Puppal 2017-04-06 06:24:00 +05:30 committed by Guillermo Rauch
parent 8c19286a4d
commit 897ff6c010

View file

@ -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: