Update adding flow documentation (#7731)

This commit is contained in:
Federico Zivolo
2019-09-25 18:38:23 +02:00
committed by Ian Sutherland
parent 93150c5135
commit 0d1775e739

View File

@@ -22,7 +22,7 @@ make sure to add the following line to your `.flowconfig` to make Flow aware of
```diff
[options]
+ module.name_mapper='^\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
+ module.name_mapper='^\([^\.].*\)$' -> '<PROJECT_ROOT>/src/\1'
```
To learn more about Flow, check out [its documentation](https://flow.org/).