Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Oct 21, 2022
1 parent cdf95f5 commit 43e4f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It can be used as module via `npm i templize` or in HTML directly:
const [params, update] = templize(element, init?);
```
`params` is proxy reflecting current template state. Changing any of its props updates fields.<br/>
`params` is proxy reflecting template fields values. Changing any of its props updates fields and rerenders template.<br/>
`update` can be used for bulk-updating multiple props.<br/>
`init` is the initial state to render the template. It can include reactive values, see [reactivity](#reactivity).<br/>
Expand Down

0 comments on commit 43e4f36

Please sign in to comment.