Skip to content

Commit 10b0e2e

Browse files
developitrobdodson
andauthored
Update README.md
Co-Authored-By: Rob Dodson <[email protected]>
1 parent 2d02a4d commit 10b0e2e

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
@@ -89,7 +89,7 @@ ReactDOM.render(html`<a href="/">Hello!</a>`, document.body);
8989

9090
### Advanced Usage
9191

92-
Since `htm` is a generic library, so we need to tell it what to "compile" our templates to.
92+
Since `htm` is a generic library, we need to tell it what to "compile" our templates to.
9393
You can bind `htm` to any function of the form `h(type, props, ...children)` _([hyperscript])_.
9494
This function can return anything - `htm` never looks at the return value.
9595

0 commit comments

Comments
 (0)