From 0f9ad32f1cbda3364aebbbfa2f463e7765864ad0 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 26 May 2023 16:55:44 +0900 Subject: [PATCH] docs: fix markup and code block syntax in README.md --- README.md | 49 +++++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 26 deletions(-) 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 = () =>