Skip to content

Commit

Permalink
chore: fix readme bench links (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Oct 20, 2023
1 parent 4c9a55d commit 42354d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.<Br>Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module.
> A tiny (234B) utility for constructing `className` strings conditionally.<Br>Also serves as a [faster](bench) & smaller drop-in replacement for the `classnames` module.
This module is available in three formats:

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 42354d3

Please sign in to comment.