Skip to content

Commit

Permalink
Add Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
kimarakov committed Dec 10, 2017
1 parent d7e786d commit c3bc4a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Installation
pip install django-scheduler
```

edit your `settings.py`
Edit your `settings.py`

add to `INSTALLED_APPS`:
Add to `INSTALLED_APPS`:

```python
'schedule',
```

add to `TEMPLATE_CONTEXT_PROCESSORS`:
Add to `TEMPLATE_CONTEXT_PROCESSORS`:

```python
"django.template.context_processors.request"
Expand Down

0 comments on commit c3bc4a6

Please sign in to comment.