Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
whyboris authored and tad-lispy committed May 9, 2019
1 parent 0b1faad commit 5029d63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ It provides a function that takes two string arguments and returns a hash like t
}
````

Please see [tests](./test/test.js) for more insights.


# Install

```sh
Expand All @@ -32,6 +29,8 @@ const lev = levenshtien('hello world', 'Hello World!');
// { steps: 4, relative: 0.3076923076923077, similarity: 0.6923076923076923 }
```

Please see [tests](./test/test.js) for more insights.

### Use with TypeScript

```ts
Expand Down

0 comments on commit 5029d63

Please sign in to comment.