Skip to content

Commit 446ae0b

Browse files
authored
docs/nested_components.md: Drop stray " ./manage.py" (#30)
1 parent 71f0479 commit 446ae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nested_components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def nestedcounter(request: HttpRequest):
4040
Since the nested counter components don't exist yet, let's first create a placeholder for the root component. We'll create a root component that will maintain the counter state.
4141

4242
```shell
43-
./manage.py createlivecomponent counters nestedcounter/root ./manage.py
43+
./manage.py createlivecomponent counters nestedcounter/root
4444
```
4545

4646
Now, let's modify the root component to define the state and action.

0 commit comments

Comments
 (0)