Skip to content

Commit

Permalink
Fix backtics in README
Browse files Browse the repository at this point in the history
  • Loading branch information
folz authored Jul 2, 2023
1 parent b91da95 commit 0d96747
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 0d96747

Please sign in to comment.