Skip to content

Commit

Permalink
Fix typo in README (platformsh#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot authored Nov 14, 2023
1 parent 2e93cca commit 548641c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ but if you don't, the search field doesn't appear in the sidebar.
1. To run the docs alone, clone this repository and install dependencies:

```bash
cd docs
cd sites/platform # or cd sites/friday
npm install
```

Expand All @@ -61,6 +61,7 @@ If you’re using the GitHub CLI tool, to avoid including your token’s value i
```bash
export GITHUB_API_TOKEN=$(gh auth token)
```

3. To have Node update the registry and retrieve all the necessary example files (if applicable), run the following command:

```bash
Expand Down

0 comments on commit 548641c

Please sign in to comment.