Skip to content

Commit

Permalink
📝 Update import link [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored May 15, 2020
1 parent e34a276 commit a8f8fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down

0 comments on commit a8f8fd7

Please sign in to comment.