Skip to content

Commit 63d69fe

Browse files
committed
Update README.md
1 parent 8552a63 commit 63d69fe

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
@@ -8,9 +8,9 @@ Python Django rest example
88

99
### to run
1010
```
11-
pip install -r requirement.txt
11+
pip install -r requirements.txt
1212
python manage.py syncdb
1313
python manage.py makemigrations
1414
python manage.py migrate
1515
python manage.py runserver
16-
```
16+
```

0 commit comments

Comments
 (0)