Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0df86d

Browse files
committed
fix typo
1 parenta3a09d7 commitc0df86d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ A little nice library for Fuzzy Search.
77
I made this library as a result of learning about[Levenshtein](https://en.wikipedia.org/wiki/Levenshtein_distance) algorithm to calculate minimum number of edits to transform one word to another.
88

99
>[!NOTE]
10-
>Note: The library is at a very early stage, if you want to > help improve it, please open an[issue](https://github.com/ad1992/fuzzify/issues).
10+
>Note: The library is at a very early stage, if you want to
11+
>help improve it, please open an[issue](https://github.com/ad1992/fuzzify/issues).
1112
1213
##Installation
1314

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"fuzzify",
3-
"version":"0.1.0-test2",
3+
"version":"0.1.0-test3",
44
"description":"A lightweight fuzzy search library",
55
"main":"dist/index.js",
66
"types":"dist/index.d.ts",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp