Skip to content

Commit 42354d3

Browse files
authoredOct 20, 2023
chore: fix readme bench links (#82)
1 parent 4c9a55d commit 42354d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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)
22

3-
> A tiny (234B) utility for constructing `className` strings conditionally.<Br>Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module.
3+
> A tiny (234B) utility for constructing `className` strings conditionally.<Br>Also serves as a [faster](bench) & smaller drop-in replacement for the `classnames` module.
44
55
This module is available in three formats:
66

@@ -68,7 +68,7 @@ clsx(true, false, '', null, undefined, 0, NaN);
6868

6969
## Benchmarks
7070

71-
For snapshots of cross-browser results, check out the [`bench`](/bench) directory~!
71+
For snapshots of cross-browser results, check out the [`bench`](bench) directory~!
7272

7373
## Support
7474

0 commit comments

Comments
 (0)
Please sign in to comment.