Skip to content

Commit

Permalink
Fix syntax highlighting typos
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu authored Feb 21, 2018
1 parent 9a62a9d commit 1203e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Add `pinax.blog.urls` to your project urlpatterns:
URLs for adding and viewing images. They also use "bootstrap" formatting.

In order to use these built-in templates, add `django-bootstrap-form` to your project requirements
and ``"bootstrapform",` to your INSTALLED_APPS:
and `"bootstrapform",` to your INSTALLED_APPS:

```python
INSTALLED_APPS = [
Expand All @@ -128,7 +128,7 @@ and ``"bootstrapform",` to your INSTALLED_APPS:
]
```

Then add pinax.images.urls` to your project urlpatterns:
Then add `pinax.images.urls` to your project urlpatterns:

```python
urlpatterns = [
Expand Down

0 comments on commit 1203e59

Please sign in to comment.