Skip to content

Commit

Permalink
Merge pull request #2 from folz/patch-1
Browse files Browse the repository at this point in the history
Fix backtics in README
  • Loading branch information
JLarky authored Dec 9, 2023
2 parents b91da95 + 0d96747 commit c9f1dad
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 @@ -197,7 +197,7 @@ export function radEventListener<
}
```

So that's where we are now. You can copy the code above into your project or just install the package. The whole thing is 184 bytes gzipped. Importing individual functions is going to be even smaller (`on` 101 bytes, ` radEventListener`` 105 bytes, `rad` 146 bytes).
So that's where we are now. You can copy the code above into your project or just install the package. The whole thing is 184 bytes gzipped. Importing individual functions is going to be even smaller (`on` 101 bytes, `radEventListener` 105 bytes, `rad` 146 bytes).

## Another sane type-safe alternative

Expand Down

0 comments on commit c9f1dad

Please sign in to comment.