From c228833c91caf9269ebcb2d6530c18f6c67aebfd Mon Sep 17 00:00:00 2001 From: 0ceanSlim Date: Wed, 24 Jul 2024 10:20:19 -0400 Subject: [PATCH] remove md linting errors --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 5a89d3f..c5b7dd3 100644 --- a/readme.md +++ b/readme.md @@ -49,15 +49,15 @@ To contribute to GRAIN, follow these steps: 2. Make your changes. 3. Commit your changes: -```sh -git commit -m "Description of changes" -``` + ```sh + git commit -m "Description of changes" + ``` 4. Push to the repo: -```sh -git push -``` + ```sh + git push + ``` 5. Create a Pull Request.