Skip to content

Commit

Permalink
Update README.md (#2330)
Browse files Browse the repository at this point in the history
Co-authored-by: andf-viam <[email protected]>
  • Loading branch information
mestcihazal and andf-viam authored Dec 18, 2023
1 parent 3b09825 commit 125149d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To check locally for broken links, install [`htmltest`](https://github.com/wjdp/
### Lint JS and Markdown files with Prettier on save

1. Install the [Prettier VS Code Extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode).
2. Run `npm install` in the docs folder you have the docs checked out in.
3. Inside VS code, open `settings.json` by pressing `CMD+SHIFT+P` and typing in settings and ensure the following settings are in the file:
2. Run `npm install` in the docs folder where you have the docs checked out.
3. Inside VS code, open the _user_ `settings.json` file by pressing `CMD+SHIFT+P` and typing 'settings', and add the following settings to the end of the file:

```json
"[markdown]": {
Expand Down

0 comments on commit 125149d

Please sign in to comment.