Skip to content

Commit a7eb078

Browse files
committed
TN-12: Fixed README.md
1 parent 7485a79 commit a7eb078

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
@@ -78,13 +78,13 @@ pipenv install --dev
7878
Create DB (once)
7979

8080
```bash
81-
piprnv run ./manage.py migrate
81+
pipenv run ./manage.py migrate
8282
```
8383

8484
Run
8585

8686
```bash
87-
piprnv run ./manage.py runserver [port]
87+
pipenv run ./manage.py runserver [port]
8888
```
8989

9090
### Production mode

0 commit comments

Comments
 (0)