Skip to content

Commit 02ecc8e

Browse files
committed
update readme with demo link
1 parent acd8403 commit 02ecc8e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
`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.
66

7+
Check out a demo at [typer-diff.shivi.io](https://typer-diff.shivi.io/).
78
## Usage
89

910
**Usage:**

apps/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
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/)).
1010

11-
Check out the [demo](https://typer-diff.vercel.app/).
11+
Check out a demo at [typer-diff.shivi.io](https://typer-diff.shivi.io/).

packages/typer-diff/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
`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.
66

7+
Check out a demo at [typer-diff.shivi.io](https://typer-diff.shivi.io/).
8+
79
## Usage
810

911
**Usage:**

0 commit comments

Comments
 (0)