diff --git a/flow.md b/flow.md index 852687a65..26b638487 100644 --- a/flow.md +++ b/flow.md @@ -358,3 +358,9 @@ function fetch (callback: Callback) { ยทยทยท } ``` + +## References + +- [Flow website](https://www.saltycrane.com/flow-type-cheat-sheet/latest/) _(flow.org)_ +- [Getting started with Flow](https://flow.org/en/docs/getting-started/) _(flow.org)_ +- [Flow type cheatsheet](https://www.saltycrane.com/flow-type-cheat-sheet/latest/) _(saltycrane.com)_