Skip to content

Commit

Permalink
remove unused link ref
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Mar 14, 2021
1 parent 78050d4 commit 29ab995
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# parsec
# parsec 🌌

[![GitHub release (latest by date)][releases]][releases-page] [![GitHub Workflow Status][gh-actions-img]][github-actions]
[![Codecov][codecov-badge]][codecov] [![][docs-badge]][docs]

🌌 Tiny body parser for Deno. Port of the [milliparsec](https://github.com/talentlessguy/milliparsec) library.
Tiny body parser for Deno. Port of the [milliparsec](https://github.com/talentlessguy/milliparsec) library.

## Usage

Expand Down Expand Up @@ -64,7 +64,6 @@ Then run:
curl -X POST localhost:3000 -d '{ "abc": "def" }' -H "Content-Type: application/json"
```

[license]: https://github.com/deno-libs/parsec/blob/master/LICENSE
[releases]: https://img.shields.io/github/v/release/deno-libs/parsec?style=flat-square
[docs-badge]: https://img.shields.io/github/v/release/deno-libs/parsec?color=yellow&label=Documentation&logo=deno&style=flat-square
[docs]: https://doc.deno.land/https/deno.land/x/parsec/mod.ts
Expand Down

0 comments on commit 29ab995

Please sign in to comment.