We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5c774 commit b561b9cCopy full SHA for b561b9c
README.md
@@ -9,7 +9,7 @@ Minimal Typescript client implementing the [KV Connect protocol](https://github.
9
### Quick start - Deno
10
11
```ts
12
-import { makeRemoteService } from 'https://raw.githubusercontent.com/skymethod/kv-connect-kit/v0.0.2/client.ts';
+import { makeRemoteService } from 'https://raw.githubusercontent.com/skymethod/kv-connect-kit/v0.0.3/client.ts';
13
14
const accessToken = Deno.env.get('DENO_KV_ACCESS_TOKEN');
15
if (accessToken === undefined) throw new Error(`Set your personal access token: https://dash.deno.com/account#access-tokens`);
0 commit comments