Skip to content

Commit 7b12ae0

Browse files
committed
Fix readme
1 parent 0b0fd4c commit 7b12ae0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/django-minimal/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://github.com/rnevius/minimal-django
1212
> dotnet tool restore
1313
> dotnet restore
1414

15-
> pip install -r Django
15+
> pip3 install -r requirements.txt
1616
```
1717

1818
## Build
@@ -23,9 +23,8 @@ https://github.com/rnevius/minimal-django
2323

2424
## Run
2525

26-
Note that the first argument is skipped, because of `main(sys.argv[1:])` for some reason
2726
```sh
28-
> python3 program.py skipped runserver
27+
> python3 program.py runserver
2928
```
3029

3130
Visit http://127.0.0.1:8000/

0 commit comments

Comments
 (0)