summaryrefslogtreecommitdiff
path: root/date-fns/examples/flow/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'date-fns/examples/flow/README.md')
-rw-r--r--date-fns/examples/flow/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/date-fns/examples/flow/README.md b/date-fns/examples/flow/README.md
new file mode 100644
index 0000000..a41934d
--- /dev/null
+++ b/date-fns/examples/flow/README.md
@@ -0,0 +1,12 @@
+# Usage With flow
+
+See [example.js.flow](./example.js.flow), [fp.js.flow](./fp.js.flow) and [misc.js.flow](./misc.js.flow) for source code examples.
+
+See [package.json scripts](./package.json) for CLI usage.
+
+## Build Example
+
+```sh
+yarn
+yarn run build
+```