diff options
Diffstat (limited to 'packages/react-docs-example')
-rw-r--r-- | packages/react-docs-example/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-docs-example/README.md b/packages/react-docs-example/README.md index 7eeade960..ff821dba8 100644 --- a/packages/react-docs-example/README.md +++ b/packages/react-docs-example/README.md @@ -35,7 +35,7 @@ Note: If you move this package out of the monorepo, it will work without this st The the `react-docs-example` root directory, run: ```bash -yarn run dev +yarn dev ``` ### Deploy Example to S3 bucket |