diff --git a/README.md b/README.md index e6e02a35e..892925de7 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,17 @@ Use `` to get the new story every time is triggered a `change` #### 2. Link your components to Storyblok Visual Editor -`` keeps the state for the story behind the scenes and uses `StoryblokComponent` to render the route components dynamically, using the list of components loaded during the initialization inside the storyblokInit function. You can use the `StoryblokComponent` inside the components to redner the nested components dynamically. +`` keeps the state for the story behind the scenes and uses `StoryblokComponent` to render the route components dynamically, using the list of components loaded during the initialization inside the storyblokInit function. You can use the `StoryblokComponent` inside the components to redner the nested components dynamically. You can also pass bridge options to `` using the prop `bridgeOptions`. + +```js + +``` For every component you've defined in your Storyblok space, call the `storyblokEditable` function with the blok content: