diff --git a/README.md b/README.md index 2737582..26c8778 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ `type-diff` is a library to diff two strings, useful for showing for typing games (like [monkeytype](https://monkeytype.com/)) or for showing differences between two strings. It is a simple library that is easy to use and has no dependencies. It is also very fast and lightweight. +Check out a demo at [typer-diff.shivi.io](https://typer-diff.shivi.io/). ## Usage **Usage:** diff --git a/apps/docs/README.md b/apps/docs/README.md index 7eb8dab..09f0cee 100644 --- a/apps/docs/README.md +++ b/apps/docs/README.md @@ -8,4 +8,4 @@ This is a simple Next.js app that uses the `typer-diff` library to show an input field where you can type and see the diff between the original text and the typed text. (Similar to typing games like [monkeytype](https://monkeytype.com/)). -Check out the [demo](https://typer-diff.vercel.app/). \ No newline at end of file +Check out a demo at [typer-diff.shivi.io](https://typer-diff.shivi.io/). \ No newline at end of file diff --git a/packages/typer-diff/README.md b/packages/typer-diff/README.md index 2737582..2797033 100644 --- a/packages/typer-diff/README.md +++ b/packages/typer-diff/README.md @@ -4,6 +4,8 @@ `type-diff` is a library to diff two strings, useful for showing for typing games (like [monkeytype](https://monkeytype.com/)) or for showing differences between two strings. It is a simple library that is easy to use and has no dependencies. It is also very fast and lightweight. +Check out a demo at [typer-diff.shivi.io](https://typer-diff.shivi.io/). + ## Usage **Usage:**