Skip to content

Commit

Permalink
docs: fix typos in README (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Bram Borggreve <[email protected]>
  • Loading branch information
beeman authored Sep 11, 2024
1 parent cb2a65f commit 278a9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 278a9da

Please sign in to comment.