diff --git a/README.md b/README.md index 0aab641..14f6d98 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ export default { } ``` -You now have acces to the `page` prop and its `elements`. Also you have access to the `elementType()` method that you can use to dynamically render element components. +You now have acces to the `page` prop and its `elements`. Also you have access to the `componentName()` method that you can use to dynamically render element components. ```html