Skip to content

Commit 68aa643

Browse files
committed
rename your_app to your_project
1 parent aed7fc7 commit 68aa643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ pip install django-idom
3434

3535
# Django Integration
3636

37-
To integrate IDOM into your application you'll need to modify or add the following files to `your_app`:
37+
To integrate IDOM into your application you'll need to modify or add the following files to `your_project`:
3838

3939
```
40-
your_app/
40+
your_project/
4141
├── __init__.py
4242
├── asgi.py
4343
├── settings.py
@@ -171,7 +171,7 @@ In context this will look a bit like the following...
171171
<html>
172172
<body>
173173
...
174-
{% idom_component "your_app.example_app.components.Hello" greeting_recipient="World" %}
174+
{% idom_component "your_project.example_app.components.Hello" greeting_recipient="World" %}
175175
</body>
176176
</html>
177177
```

0 commit comments

Comments
 (0)