Skip to content

Commit a8f8fd7

Browse files
📝 Update import link [skip ci]
1 parent e34a276 commit a8f8fd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 🔌 Up
22

3-
Check if a website is up right now.
3+
Check if a website is up right now in Deno.
44

55
[![Test CI](https://github.com/denorg/up/workflows/Test%20CI/badge.svg)](https://github.com/denorg/up/actions)
66

77
```ts
8-
import { isUp } from "https://raw.githubusercontent.com/denorg/up/master/mod.ts";
8+
import { isUp } from "https://deno.land/x/up/mod.ts";
99

1010
const result = await isUp("https://google.com"); // true
1111
```

0 commit comments

Comments
 (0)