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.
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.