Skip to content

Commit d689d87

Browse files
committed
fix error in docs
1 parent eddbcc1 commit d689d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MIDDLEWARE = [
3030
]
3131
```
3232

33-
Finally, create a layout which exposes `{% block content %}{% endblock %}` in the body and set the path to this layout as `INERTIA_LAYOUT` in your `settings.py` file.
33+
Finally, create a layout which exposes `{% block inertia %}{% endblock %}` in the body and set the path to this layout as `INERTIA_LAYOUT` in your `settings.py` file.
3434

3535
Now you're all set!
3636

0 commit comments

Comments
 (0)