Skip to content

Commit

Permalink
Move demo link to the top of the README (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Amery <markrobertamery@gmail.com>
  • Loading branch information
waldyrious and ExplodingCabbage authored Dec 15, 2023
1 parent e67c2a0 commit a3759a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://secure.travis-ci.org/kpdecker/jsdiff.svg)](http://travis-ci.org/kpdecker/jsdiff)
[![Sauce Test Status](https://saucelabs.com/buildstatus/jsdiff)](https://saucelabs.com/u/jsdiff)

A JavaScript text differencing implementation.
A JavaScript text differencing implementation. Try it out in the **[online demo](https://kpdecker.github.io/jsdiff)**.

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).
Expand Down Expand Up @@ -198,8 +198,6 @@ Open the above .html file in a browser and you should see
<img src="images/web_example.png" alt="Node Example">
**[Full online demo](https://kpdecker.github.io/jsdiff)**
## Compatibility
[![Sauce Test Status](https://saucelabs.com/browser-matrix/jsdiff.svg)](https://saucelabs.com/u/jsdiff)
Expand Down

0 comments on commit a3759a1

Please sign in to comment.