Skip to content

Commit

Permalink
fix markdown headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Oostveen committed Jul 8, 2022
1 parent 8dc4fdf commit a2270b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

There are many ways to contribute to the project. You may improve the documentation, address a bug, add some feature to the code or do something else. All sort of contributions are welcome.


### Development
## Development

To start development on this project, fork this repository and follow the following instructions.

Expand All @@ -28,7 +27,7 @@ $ source venv/bin/activate
(venv) $ python manage.py runserver
```

### Testing
## Testing

To run tests against a particular `python` and `django` version installed inside your virtual environment, you may use:

Expand Down

0 comments on commit a2270b0

Please sign in to comment.