Skip to content

Commit 9d068f0

Browse files
committed
Small fixes in the README.
1 parent 420c15d commit 9d068f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
In first case it means that all users are allowed by default,
1414
second case restricts access to all users who not in *allow* list.
1515
**Default value is 'allow,deny'**
16-
* Add 'django_ban.middleware.Ban' to your MIDDLEWARE_CLASSES.
16+
* Add `'django_ban.middleware.Ban'` to your `MIDDLEWARE_CLASSESz.
1717
* Run ./manage.py syncdb, to create necessary tables.
1818
* Add one or more entries to the Allow or Deny lists in the admin
1919
interface. You can just enter a single IP or use a network mask,
@@ -22,7 +22,7 @@ Installation
2222
Dependencies
2323
============
2424

25-
* ipcalc >= 0.1 -- http://pypi.python.org/pypi/ipcalc/
25+
* ipcalc >= 0.1 -- http://pypi.python.org/pypi/ipcalc/
2626
`easy_install install ipcalc`
2727

2828
TODO

0 commit comments

Comments
 (0)