From 278a9dae2ce2ab572928dd80fadfb7d046f3a05e Mon Sep 17 00:00:00 2001 From: beeman Date: Wed, 11 Sep 2024 16:37:58 +0100 Subject: [PATCH] docs: fix typos in README (#154) Signed-off-by: Bram Borggreve --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e3da51590..2f34764833 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ cd platformatic npm install cd .. -# Install dependencies in the oss repository +# Install dependencies in the docs repository cd docs npm install cd .. ``` -4. #### Navigate to the OSS directory +4. #### Navigate to the docs directory ```bash cd docs @@ -74,7 +74,7 @@ Deployment is managed automatically through GitHub Actions. Check the workflow c ## Generate docs for an old Platformatic version We keep online only the last version of each Platformatic major version (excluding version `0.x`). -Every time a new version is realeased, this repository is tagged with `vX.Y.Z`. +Every time a new version is released, this repository is tagged with `vX.Y.Z`. To generate the documentation for a specific version, checkout the related tag and run the development server.