diff --git a/addons/docs/docs/recipes.md b/addons/docs/docs/recipes.md
index d8074274392..79d33d802f0 100644
--- a/addons/docs/docs/recipes.md
+++ b/addons/docs/docs/recipes.md
@@ -66,7 +66,7 @@ import { SomeComponent } from 'path/to/SomeComponent';
I can define a story with the function imported from CSF:
-{stories.basic}
+{stories.basic()}
And I can also embed arbitrary markdown & JSX in this file.