From 0d967478b3798e505a99ba851b55831b15f45b79 Mon Sep 17 00:00:00 2001 From: Rodney Folz Date: Sun, 2 Jul 2023 16:53:39 -0700 Subject: [PATCH] Fix backtics in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a5cf1..590a64d 100644 --- a/README.md +++ b/README.md @@ -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