From 18bd1f39f15c5b1936e78fae33a9729eb4866aa8 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:52:51 -0400 Subject: [PATCH] Fix CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d61be29c77f..2f8726fdc05 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ If you have the motivation and experience with Typescript/Javascript (or are wil ### Procedure 1. Clone the repository through Git by running the following command in your desired directory: -   ``bash +   ```bash    git clone --recurse-submodules https://github.com/pagefaultgames/pokerogue    ```    [^1]