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

Commit

Permalink
update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aceakash committed Aug 3, 2020
1 parent f83ba3c commit e09e465
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 1,122 deletions.
41 changes: 24 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,26 @@ Finds degree of similarity between two strings, based on [Dice's Coefficient](ht

## Table of Contents

* [Usage](#usage)
+ [For Node.js](#for-nodejs)
+ [For browser apps](#for-browser-apps)
* [API](#api)
+ [compareTwoStrings(string1, string2)](#comparetwostringsstring1-string2)
* [Arguments](#arguments)
* [Returns](#returns)
* [Examples](#examples)
+ [findBestMatch(mainString, targetStrings)](#findbestmatchmainstring-targetstrings)
* [Arguments](#arguments-1)
* [Returns](#returns-1)
* [Examples](#examples-1)
* [Release Notes](#release-notes)
+ [2.0.0](#200)
+ [3.0.0](#300)
+ [3.0.1](#301)
+ [4.0.1](#401)
- [string-similarity](#string-similarity)
- [Table of Contents](#table-of-contents)
- [Usage](#usage)
- [For Node.js](#for-nodejs)
- [For browser apps](#for-browser-apps)
- [API](#api)
- [compareTwoStrings(string1, string2)](#comparetwostringsstring1-string2)
- [Arguments](#arguments)
- [Returns](#returns)
- [Examples](#examples)
- [findBestMatch(mainString, targetStrings)](#findbestmatchmainstring-targetstrings)
- [Arguments](#arguments-1)
- [Returns](#returns-1)
- [Examples](#examples-1)
- [Release Notes](#release-notes)
- [2.0.0](#200)
- [3.0.0](#300)
- [3.0.1](#301)
- [4.0.1](#401)
- [4.0.2](#402)


## Usage
Expand Down Expand Up @@ -150,5 +153,9 @@ stringSimilarity.findBestMatch('Olive-green table for sale, in extremely good co
### 4.0.1
* Distributing as an UMD build to be used in browsers.

### 4.0.2
* Update dependencies to latest versions.


![Build status](https://codeship.com/projects/2aa453d0-0959-0134-8a76-4abcb29fe9b4/status?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/aceakash/string-similarity/badge.svg)](https://snyk.io/test/github/aceakash/string-similarity)
Loading

0 comments on commit e09e465

Please sign in to comment.