Skip to content

Commit

Permalink
Basic markdown error preventing proper link rendering
Browse files Browse the repository at this point in the history
Using brackets instead of parentheses prevented the link in the `CONTRIBUTING.md` from rendering properly.
  • Loading branch information
wkaisertexas authored Jan 10, 2024
1 parent f3e015e commit b1ce272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ prettier --write path/to/your/file.js
prettier --write "src/**/*.js"
```

If you use Vscode, It is recommended to use [prettier-vscode][https://github.com/prettier/prettier-vscode]
If you use Vscode, It is recommended to use [prettier-vscode](https://github.com/prettier/prettier-vscode)

0 comments on commit b1ce272

Please # to comment.