Skip to content

Commit 3f4cf78

Browse files
authored
Typo
1 parent dce4897 commit 3f4cf78

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#php-language-processing
1+
# php-language-processing
2+
23
[![Latest Stable Version](https://img.shields.io/packagist/v/webd/language.svg)](https://packagist.org/packages/webd/language)
34

45
A PHP library for language processing. Includes string distance function
@@ -46,4 +47,4 @@ echo $lcs->distance();
4647
// SpamSum, aka ssdeep, aka Context-Triggered Piecewize Hashing (CTPH):
4748
$s = new \webd\language\SpamSum;
4849
echo $s->HashString(file_get_contents($f));
49-
```
50+
```

0 commit comments

Comments
 (0)