Skip to content

Commit

Permalink
feat: add coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
zr87 committed Aug 11, 2024
1 parent 44c2fe8 commit 7102051
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# accent-folding

---
# accent-folding [![Coverage Status](https://coveralls.io/repos/github/zr87/accent-folding/badge.svg?branch=main)](https://coveralls.io/github/zr87/accent-folding?branch=main)

## Description
A case-insensitive accent folding function that replaces accented characters with their unaccented equivalents
Expand Down Expand Up @@ -32,7 +30,7 @@ or with pnpm:
```shell
pnpm install accent-folding
```

or even with yarn:
```shell
yarn add accent-folding
```
Expand Down Expand Up @@ -78,4 +76,4 @@ accentFoldedHighlight("Fulanilo López", "lo", "strong"); // --> "Fulani<strong>
See the [Roadmap](./ROADMAP.md "View the project roadmap") for planned features and future improvements.

## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Contributions are welcome! Please feel free to submit a Pull Request.

0 comments on commit 7102051

Please sign in to comment.