Skip to content

Commit e8f25df

Browse files
author
Howard Jing
committed
Fix typo in README
`controllerMethodFactories` should be `controllerGenerators`
1 parent 3909343 commit e8f25df

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)