Skip to content

Commit e6bc48a

Browse files
committed
Removed some unnecessary escape chars from the README
1 parent d87c34d commit e6bc48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ Installing
22
==========
33

44
Download and install 0MQ version 2.1.3 or better from http://www.zeromq.org
5+
56
Install pyzmq and django_ztaskd using PIP:
67

78
pip install pyzmq
89
pip install -e [email protected]:dmgctrl/django-ztask.git#egg=django_ztask
910

10-
Add `django\_ztask` to your `INSTALLED\_APPS` setting in `settings.py`, and run `syncdb`
11+
Add `django_ztask` to your `INSTALLED_APPS` setting in `settings.py`, and run `syncdb`
1112

1213
python manage.py syncdb
1314

0 commit comments

Comments
 (0)