Skip to content

Commit

Permalink
Added better installation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored and kpdecker committed Apr 16, 2017
1 parent 8690f31 commit aced50b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Based on the algorithm proposed in
["An O(ND) Difference Algorithm and its Variations" (Myers, 1986)](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927).

## Installation

npm install diff

```bash
npm install diff --save
```
or

bower install jsdiff

```bash
bower install jsdiff --save
```

## API

Expand Down

0 comments on commit aced50b

Please sign in to comment.