@@ -5,23 +5,26 @@ Finds degree of similarity between two strings, based on [Dice's Coefficient](ht
55
66## Table of Contents
77
8- * [ Usage] ( #usage )
9- + [ For Node.js] ( #for-nodejs )
10- + [ For browser apps] ( #for-browser-apps )
11- * [ API] ( #api )
12- + [ compareTwoStrings(string1, string2)] ( #comparetwostringsstring1-string2 )
13- * [ Arguments] ( #arguments )
14- * [ Returns] ( #returns )
15- * [ Examples] ( #examples )
16- + [ findBestMatch(mainString, targetStrings)] ( #findbestmatchmainstring-targetstrings )
17- * [ Arguments] ( #arguments-1 )
18- * [ Returns] ( #returns-1 )
19- * [ Examples] ( #examples-1 )
20- * [ Release Notes] ( #release-notes )
21- + [ 2.0.0] ( #200 )
22- + [ 3.0.0] ( #300 )
23- + [ 3.0.1] ( #301 )
24- + [ 4.0.1] ( #401 )
8+ - [ string-similarity] ( #string-similarity )
9+ - [ Table of Contents] ( #table-of-contents )
10+ - [ Usage] ( #usage )
11+ - [ For Node.js] ( #for-nodejs )
12+ - [ For browser apps] ( #for-browser-apps )
13+ - [ API] ( #api )
14+ - [ compareTwoStrings(string1, string2)] ( #comparetwostringsstring1-string2 )
15+ - [ Arguments] ( #arguments )
16+ - [ Returns] ( #returns )
17+ - [ Examples] ( #examples )
18+ - [ findBestMatch(mainString, targetStrings)] ( #findbestmatchmainstring-targetstrings )
19+ - [ Arguments] ( #arguments-1 )
20+ - [ Returns] ( #returns-1 )
21+ - [ Examples] ( #examples-1 )
22+ - [ Release Notes] ( #release-notes )
23+ - [ 2.0.0] ( #200 )
24+ - [ 3.0.0] ( #300 )
25+ - [ 3.0.1] ( #301 )
26+ - [ 4.0.1] ( #401 )
27+ - [ 4.0.2] ( #402 )
2528
2629
2730## Usage
@@ -150,5 +153,9 @@ stringSimilarity.findBestMatch('Olive-green table for sale, in extremely good co
150153### 4.0.1
151154* Distributing as an UMD build to be used in browsers.
152155
156+ ### 4.0.2
157+ * Update dependencies to latest versions.
158+
159+
153160![ Build status] ( https://codeship.com/projects/2aa453d0-0959-0134-8a76-4abcb29fe9b4/status?branch=master )
154161[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/aceakash/string-similarity/badge.svg )] ( https://snyk.io/test/github/aceakash/string-similarity )
0 commit comments