We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34a276 commit a8f8fd7Copy full SHA for a8f8fd7
1 file changed
README.md
@@ -1,11 +1,11 @@
1
# 🔌 Up
2
3
-Check if a website is up right now.
+Check if a website is up right now in Deno.
4
5
[](https://github.com/denorg/up/actions)
6
7
```ts
8
-import { isUp } from "https://raw.githubusercontent.com/denorg/up/master/mod.ts";
+import { isUp } from "https://deno.land/x/up/mod.ts";
9
10
const result = await isUp("https://google.com"); // true
11
```
0 commit comments