From b1ce272c55317af7b8bc6dc6d98c0a8db38ec272 Mon Sep 17 00:00:00 2001 From: William Kaiser Date: Wed, 10 Jan 2024 14:43:32 -0800 Subject: [PATCH] Basic markdown error preventing proper link rendering Using brackets instead of parentheses prevented the link in the `CONTRIBUTING.md` from rendering properly. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4847dae..acb9754 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)