From 42354d3b81abd5044f947f93e528351e27e9a12a Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Fri, 20 Oct 2023 16:29:57 -0700 Subject: [PATCH] chore: fix readme bench links (#82) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a8d82b7..0c35dd3 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # clsx [![CI](https://github.com/lukeed/clsx/workflows/CI/badge.svg)](https://github.com/lukeed/clsx/actions?query=workflow%3ACI) [![codecov](https://badgen.net/codecov/c/github/lukeed/clsx)](https://codecov.io/gh/lukeed/clsx) -> A tiny (234B) utility for constructing `className` strings conditionally.
Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module. +> A tiny (234B) utility for constructing `className` strings conditionally.
Also serves as a [faster](bench) & smaller drop-in replacement for the `classnames` module. This module is available in three formats: @@ -68,7 +68,7 @@ clsx(true, false, '', null, undefined, 0, NaN); ## Benchmarks -For snapshots of cross-browser results, check out the [`bench`](/bench) directory~! +For snapshots of cross-browser results, check out the [`bench`](bench) directory~! ## Support