From d784220101664056d4f4066410e08a91a858e6f0 Mon Sep 17 00:00:00 2001 From: uki00a Date: Sun, 4 Jul 2021 16:20:35 +0900 Subject: [PATCH] docs: Update Usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d933172..06557a4 100644 --- a/README.md +++ b/README.md @@ -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"); ```