Skip to content

Commit 65e3647

Browse files
Merge pull request #9 from techboy-coder/dev
update readme with demo link
2 parents a34e716 + 02ecc8e commit 65e3647

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: 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:**

Diff for: 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/).

Diff for: 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)