From 416e213131073a8639c9c41af696cfa851d4e4ad Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 8 Mar 2022 18:07:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b22907..0ebe9ff 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ npm run deploy-storybook -- --dry-run ### Deploy a Monorepo -If you manage a monorepo with multiple storybooks you can you pass the `packages` flag to `deploy-storybook` to scan a directory for `package.json`s. +If you manage a monorepo with multiple storybooks you can pass the `packages` flag to `deploy-storybook` to scan a directory for `package.json`s. The following command will search the `packages` directory for packages. It will also generate a default `index.html` that links to all of the loaded storybooks.