From a8f8fd7e7e927adac48532dcd3888c4e05bf08a3 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Fri, 15 May 2020 15:50:18 +0530 Subject: [PATCH] :pencil: Update import link [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b26023..a00e3a5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # 🔌 Up -Check if a website is up right now. +Check if a website is up right now in Deno. [![Test CI](https://github.com/denorg/up/workflows/Test%20CI/badge.svg)](https://github.com/denorg/up/actions) ```ts -import { isUp } from "https://raw.githubusercontent.com/denorg/up/master/mod.ts"; +import { isUp } from "https://deno.land/x/up/mod.ts"; const result = await isUp("https://google.com"); // true ```