From 023675e7082a0859730361a78ce1a6da0b12924f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 17 Nov 2023 20:05:37 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d2c53..f1bd5c0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The following commands are available: | **Storybook** | | | `npm run storybook` | Run Storybook | | `npm run storybook:build` | Build static storybook | -| `npm run storybook:test` | Runs tests against all storybook stories | +| `npm run storybook:test` | Run tests against all storybook stories | | **Documentation** | | | `npm run docs:dev` | Run Documentation in development mode | | `npm run docs:build` | Build static documentation |