diff --git a/README.md b/README.md index 06c71a8..39bae05 100644 --- a/README.md +++ b/README.md @@ -6,52 +6,52 @@ Storywright is a tool to capture screenshots for [React Storybook](https://story Storywright works alongside Storybook to produce screenshots of the stories. In addition, it has capability to interact with the stories by clicking, hovering, waiting and many more actions. -Storywright exposes a React component, , which can be added as a decorator in stories. For eg: +Storywright exposes a React component, ``, which can be added as a decorator in stories. For example: -If we have a button component, +export const ButtonStory = () => +export const ButtonStory = () =>