Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ukushu authored May 12, 2024
1 parent 819277b commit c9e5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This repository is based on archived repository Fuze-Swift by KRisk ( https://gi
let fuse = Fuse()
let result = fuse.searchSync("od mn war", in: "Old Man's War")

print(result?.score) // 0.44444444444444442
print(result?.score) // 0.44444444444444442 // LOVEST SCORE = BETTER SCORE
print(result?.ranges) // [CountableClosedRange(0...0), CountableClosedRange(2...6), CountableClosedRange(9...12)]
```

Expand Down

0 comments on commit c9e5375

Please sign in to comment.