remove md linting errors

This commit is contained in:
0ceanSlim 2024-07-24 10:20:19 -04:00
parent d7631ff91a
commit c228833c91

View File

@ -49,15 +49,15 @@ To contribute to GRAIN, follow these steps:
2. Make your changes. 2. Make your changes.
3. Commit your changes: 3. Commit your changes:
```sh ```sh
git commit -m "Description of changes" git commit -m "Description of changes"
``` ```
4. Push to the repo: 4. Push to the repo:
```sh ```sh
git push git push
``` ```
5. Create a Pull Request. 5. Create a Pull Request.