Skip to content

Commit b57a64b

Browse files
committed
update Readme badges
1 parent 613a33b commit b57a64b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# php-language-processing
22

3-
[![Latest Stable Version](https://poser.pugx.org/webd/language/v/stable)](https://packagist.org/packages/webd/language)
4-
[![Total Downloads](https://poser.pugx.org/webd/language/downloads)](https://packagist.org/packages/webd/language)
3+
![GitHub Workflows](https://github.com/tdebatty/php-language-processing/workflows/tests/badge.svg)
4+
![Packagist Version](https://img.shields.io/packagist/v/webd/language)
5+
![Packagist Downloads](https://img.shields.io/packagist/dt/webd/language)
6+
57

68
A PHP library for language processing. Includes string distance function
79
(Levenshtein, Jaro-Winkler, LCS-distance...), stemming, hashing etc.

0 commit comments

Comments
 (0)