-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ddc545
commit 6c7eb52
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# down | ||
|
||
[![nest badge][nest-badge]](https://nest.land/package/tinyhttp) [![GitHub Workflow Status][gh-actions-img]][github-actions] | ||
[![Coverage][cov-badge]][cov] [![][docs-badge]][docs] [![][code-quality-img]][code-quality] | ||
[![Coverage][cov-badge]][cov] [![][docs-badge]][docs] | ||
|
||
</div> | ||
|
||
|
@@ -12,7 +12,7 @@ Check if website is down using `ping` command. | |
## Example | ||
|
||
```ts | ||
import { down } from 'https://deno.land/x/[email protected].0/mod.ts' | ||
import { down } from 'https://deno.land/x/[email protected].2/mod.ts' | ||
|
||
await down('example.com') // false | ||
``` | ||
|
@@ -22,7 +22,7 @@ await down('example.com') // false | |
the `ping` module is available in the following Deno registries: | ||
|
||
- `https://crux.land/4c3BpF` | ||
- `https://deno.land/x/[email protected].0/mod.ts` | ||
- `https://deno.land/x/[email protected].2/mod.ts` | ||
- `https://x.nest.land/[email protected]/mod.ts` | ||
|
||
[docs-badge]: https://img.shields.io/github/v/release/deno-libs/down?label=Docs&logo=deno&style=for-the-badge&color=black | ||
|
@@ -32,5 +32,3 @@ the `ping` module is available in the following Deno registries: | |
[github-actions]: https://github.com/deno-libs/down/actions | ||
[cov-badge]: https://img.shields.io/coveralls/github/deno-libs/down?style=for-the-badge&color=black& | ||
[nest-badge]: https://img.shields.io/badge/publushed%20on-nest.land-black?style=for-the-badge | ||
[code-quality-img]: https://img.shields.io/codefactor/grade/github/deno-libs/down?style=for-the-badge&color=black& | ||
[code-quality]: https://www.codefactor.io/repository/github/deno-libs/down |