We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bfaec commit 8d59de4Copy full SHA for 8d59de4
examples/with-flow/README.md
@@ -6,7 +6,7 @@
6
Download the example [or clone the repo](https://github.com/zeit/next.js):
7
8
```bash
9
-curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-components
+curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-flow
10
cd with-flow
11
```
12
@@ -27,4 +27,4 @@ now
27
28
This example shows how you can use Flow, with the transform-flow-strip-types babel plugin stripping flow type annotations from your output code.
29
30
-
+
0 commit comments