Skip to content

Commit b919aad

Browse files
authored
Update README.md
1 parent f75cd42 commit b919aad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ![Icon](logo.png)
2-
![NuGet Version](https://img.shields.io/nuget/v/Flint)
2+
![NuGet Version](https://img.shields.io/nuget/v/Flint) ![NuGet Downloads](https://img.shields.io/nuget/dt/Flint)
33

44
Flint is a lightweight, zero-dependency C# library that provides fast text matching utilities using the [Aho-Corasick algorithm](https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm).
55

@@ -133,6 +133,7 @@ Example output:
133133
```
134134
The dog chased the cat.
135135
Found 'dog' at index 4.
136+
The dog chased the cat.
136137
Found 'cat' at index 19.
137138
A bird watched from above.
138139
```

0 commit comments

Comments
 (0)