From fb58e2b2beeb012dd1d78f2d68fcbe64d1ae00ae Mon Sep 17 00:00:00 2001 From: Omar Kawach Date: Mon, 9 Sep 2024 15:02:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc9223..c6838c2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ npm run storybook ### Publishing documentation -Documenting a component's API can be time consuming. We can simplify things by using [Storybook](https://storybook.js.org/). This repo has a github action that publishes the Storybook to github pages. +Documenting a component's API can be time consuming. We can simplify things by using [Storybook](https://storybook.js.org/). This repo has a github action that publishes the Storybook to github pages on every commit to the `main` branch. ```bash npm run build-storybook