Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 3e05a2e

Browse files
author
v1rtl
committed
more badges
1 parent 6ff9d6f commit 3e05a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

3-
[![nest badge](https://nest.land/badge.svg)](https://nest.land/package/tinyhttp)
3+
[![nest badge](https://nest.land/badge.svg)](https://nest.land/package/tinyhttp) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/talentlessguy/tinyhttp-deno?style=flat-square)
44

55
Deno port of [tinyhttp](https://github.com/talentlessguy/tinyhttp), 0-legacy, tiny & fast web framework as a replacement of Express.
66

@@ -9,7 +9,7 @@ Deno port of [tinyhttp](https://github.com/talentlessguy/tinyhttp), 0-legacy, ti
99
## Example
1010

1111
```ts
12-
import { App } from 'https://deno.land/x/tinyhttp@v0.0.4/app.ts'
12+
import { App } from 'https://deno.land/x/tinyhttp@v0.0.5/app.ts'
1313

1414
const app = new App()
1515

0 commit comments

Comments
 (0)