Skip to content

Commit 9da3de8

Browse files
committed
correct template tag description
1 parent fa95bb1 commit 9da3de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ INSTALLED_APPS = [
128128
## `templates/your-template.html`
129129

130130
In your templates, you may inject a view of an IDOM component into your templated HTML
131-
by using the `idom_view` Jinja tag. This tag which requires the name of a component to
132-
render (of the form `app_name.ComponentName`) and keyword arguments you'd like to pass
133-
it from the template.
131+
by using the `idom_view` template tag. This tag which requires the name of a component
132+
to render (of the form `app_name.ComponentName`) and keyword arguments you'd like to
133+
pass it from the template.
134134

135135
```python
136136
idom_view app_name.ComponentName param_1="something" param_2="something-else"

0 commit comments

Comments
 (0)