Skip to content

Commit 568d02a

Browse files
committed
Fix typo
1 parent c403233 commit 568d02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ cd building-your-first-api-with-django-and-django-rest-framework
9292
uv venv
9393
source .venv/bin/activate # if you are on Windows use: .venv\Scripts\activate
9494
uv sync
95-
task run # to see the application running
95+
task r # to see the application running
9696
```
9797

9898
You might be able to see the application running o [127.0.0.1:8000](http://127.0.0.1:8000/).

0 commit comments

Comments
 (0)