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:
parent
9a4226c1ec
commit
4469bd056c
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue