Skip to content

Commit 19f26f1

Browse files
authored
Update README.md
1 parent cc52ab7 commit 19f26f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[StringSearchAlgorithms](http://stringsearchalgorithms.amygdalum.net/)
22
===============
3-
[![Build Status](https://api.travis-ci.org/almondtools/stringsearchalgorithms.svg)](https://travis-ci.org/almondtools/stringsearchalgorithms)
43
[![codecov](https://codecov.io/gh/almondtools/stringsearchalgorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/almondtools/stringsearchalgorithms)
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f95ab1df5ced4bffa229ec656f9e6358)](https://www.codacy.com/project/almondtools/stringsearchalgorithms/dashboard?utm_source=github.com&utm_medium=referral&utm_content=almondtools/stringsearchalgorithms&utm_campaign=Badge_Grade_Dashboard)
4+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f95ab1df5ced4bffa229ec656f9e6358)](https://app.codacy.com/gh/almondtools/stringsearchalgorithms/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
65

76

87
StringSearchAlgorithms (formerly StringAndChars) is a library for exact string matching algorithms (or string search algorithms). All algorithms are tested on the same corpus and return the same results.
@@ -30,4 +29,4 @@ Maven Dependency
3029
<artifactId>stringsearchalgorithms</artifactId>
3130
<version>0.4.3</version>
3231
</dependency>
33-
```
32+
```

0 commit comments

Comments
 (0)