Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy authored Aug 9, 2023
1 parent 6ddc545 commit 6c7eb52
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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
```
Expand All @@ -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
Expand All @@ -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

0 comments on commit 6c7eb52

Please sign in to comment.