Skip to content

Commit

Permalink
Dependcy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KiPSOFT committed Jan 1, 2023
1 parent efb9245 commit 2c52b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Deno - https://deno.land/
---

```javascript
import { Nostr, Relay } from 'https://deno.land/x/nostr_deno_client@v0.1.3/nostr.ts';
import { Nostr, Relay } from 'https://deno.land/x/nostr_deno_client@v0.1.4/nostr.ts';

const nostr = new Nostr(<Profile Private Key>);

Expand Down

0 comments on commit 2c52b61

Please sign in to comment.