Skip to content

Commit 8d59de4

Browse files
CraigRameytimneutkens
authored andcommitted
example curl pointed to with-styled-components, supposed to be with-flow (vercel#1832)
1 parent 03bfaec commit 8d59de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/with-flow/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Download the example [or clone the repo](https://github.com/zeit/next.js):
77

88
```bash
9-
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-components
9+
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-flow
1010
cd with-flow
1111
```
1212

@@ -27,4 +27,4 @@ now
2727

2828
This example shows how you can use Flow, with the transform-flow-strip-types babel plugin stripping flow type annotations from your output code.
2929

30-
![with-flow](with-flow.gif)
30+
![with-flow](with-flow.gif)

0 commit comments

Comments
 (0)