Skip to content

Commit 93b6d2d

Browse files
📝 Update import link [skip ci]
1 parent 8eddd2b commit 93b6d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 🙃 Invert KV
22

3-
Simple utility to invert the key-value pairs in an object. This is a port of [sindresorhus/invert-kv](https://github.com/sindresorhus/invert-kv).
3+
Invert the key-value pairs in an object in Deno. This is a port of [sindresorhus/invert-kv](https://github.com/sindresorhus/invert-kv).
44

55
[![Test CI](https://github.com/denorg/invert-kv/workflows/Test%20CI/badge.svg)](https://github.com/denorg/invert-kv/actions)
66

77
```ts
8-
import { invert } from "https://raw.githubusercontent.com/denorg/invert-kv/master/mod.ts";
8+
import { invert } from "https://deno.land/x/invert_kv/mod.ts";
99

1010
const obj = { hello: "world" };
1111

0 commit comments

Comments
 (0)