diff --git a/docs/adding-flow.html b/docs/adding-flow.html
index f6414769..bb15d492 100644
--- a/docs/adding-flow.html
+++ b/docs/adding-flow.html
@@ -70,10 +70,10 @@ You can optionally enable an extension for your IDE, such as absolute imports with Flow,
make sure to add the following line to your .flowconfig to make Flow aware of it:
[options]
-+ module.name_mapper='^\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
++ module.name_mapper='^\([^\.].*\)$' -> '<PROJECT_ROOT>/src/\1'
To learn more about Flow, check out its documentation.
-