Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 08ff7bc

Browse files
authored
Update README.md
1 parent c335366 commit 08ff7bc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ string-similarity
33

44
Finds degree of similarity between two strings, based on [Dice's Coefficient](http://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient), which is mostly better than [Levenshtein distance](http://en.wikipedia.org/wiki/Levenshtein_distance).
55

6+
## Table of Contents
7+
8+
* [Usage](#usage)
9+
* [API](#api)
10+
* [compareTwoStrings(string1, string2)](#comparetwostringsstring1-string2)
11+
* [Arguments](#arguments)
12+
* [Returns](#returns)
13+
* [Examples](#examples)
14+
* [findBestMatch(mainString, targetStrings)](#findbestmatchmainstring-targetstrings)
15+
* [Arguments](#arguments-1)
16+
* [Returns](#returns-1)
17+
* [Examples](#examples-1)
18+
* [Release Notes](#release-notes)
19+
* [2.0.0](#200)
20+
21+
622
## Usage
723
Install using:
824

0 commit comments

Comments
 (0)