Skip to content

Commit

Permalink
docs: Update Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Jul 4, 2021
1 parent 3793df8 commit d784220
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 @@ -14,7 +14,7 @@ written in pure TypeScript.
## Usage

```typescript
import { notify } from "https://deno.land/x/notifier@v0.0.1/mod.ts";
import { notify } from "https://deno.land/x/notifier/mod.ts";

await notify("This is a title", "This is a message");
```
Expand Down

0 comments on commit d784220

Please sign in to comment.