diff --git a/docs/README.md b/docs/README.md index 398d39a7c..44d489543 100644 --- a/docs/README.md +++ b/docs/README.md @@ -83,7 +83,7 @@ We use Docusaurus versioning to "freeze" documentation for older releases. When you release a new npm version (e.g., `1.0.0`), you must snapshot the documentation. Run this command from the `docs/` folder: ```bash -yarn docusaurus docs:version 1.0.0 +yarn docs:version 1.0.0 ``` ### Why is this important? @@ -109,4 +109,4 @@ This deletes the `.docusaurus` cache and `build` folder. TypeDoc runs strictly at startup. If you modify comments in the TypeScript package: 1. Stop the server. -2. Run `yarn start` again to regenerate the Markdown files. \ No newline at end of file +2. Run `yarn start` again to regenerate the Markdown files.