From a9d00f5f01d5ef20cb6c209828c5b6db8f8af067 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 8 May 2022 12:45:13 +0100 Subject: [PATCH] Move demo link to the top of the README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ec2ba840..50ac2146 100644 --- a/README.md +++ b/README.md @@ -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). @@ -198,8 +198,6 @@ Open the above .html file in a browser and you should see 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)