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

Fix react-native-web example typo (#3802)

This commit is contained in:
David Calhoun 2018-02-14 08:34:35 -06:00 committed by Tim Neutkens
parent 9a4226c1ec
commit 4469bd056c

View file

@ -16,7 +16,7 @@ create-next-app --example with-react-native-web
Download the example [or clone the repo](https://github.com/zeit/next.js):
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-emotion
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-native-web
cd with-react-native-web
```