Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dchester/yhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chester committed Sep 19, 2022
2 parents 0177f45 + 5d3c68c commit d5516f4
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 @@ -5,7 +5,7 @@ Tiny html tag function for rendering Web Component templates with event binding.

### Introduction

This library implements a tag function to be used with custom elements. It brings sensible interpolation and event binding in just 481 bytes. Rendering is via wholesale innerHTML replacement, but events are handled through event delegation, so they survive across renders.
This library implements a tag function to be used with custom elements. It brings sensible interpolation and event binding in just 481 bytes. Rendering is via wholesale `innerHTML` replacement, but events are handled through event delegation, so they survive across renders.

```html
<my-counter></my-counter>
Expand Down

0 comments on commit d5516f4

Please sign in to comment.