Skip to content

Commit de62aca

Browse files
committed
Updated README to add Deno usage
1 parent 1066a52 commit de62aca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ First, install Microdiff
1616
npm i microdiff
1717
```
1818

19-
Then, simply import it and run it on two objects.
19+
If you are using Deno, you can import it from Deno.land with the link `https://deno.land/x/microdiff@VERSION/index.ts` (remember to change `@VERSION` to the version you want to use).
20+
21+
After you install it, simply import it and run it on two objects.
2022

2123
```js
2224
import diff from "microdiff";

0 commit comments

Comments
 (0)