Skip to content

Commit df420e0

Browse files
committed
Merge pull request #6 from howardjing/fix-typo
Fix typo in README
2 parents 3909343 + e8f25df commit df420e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const selectorBundles = [
5252
mySelectors,
5353
];
5454

55-
export default controller(AppLayout, controllerMethodFactories, selectorBundles);
55+
export default controller(AppLayout, controllerGenerators, selectorBundles);
5656

5757
```
5858

0 commit comments

Comments
 (0)