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

Commit 60c3092

Browse files
author
v1rtl
committed
add nest badge
1 parent 740b0fc commit 60c3092

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# tinyhttp-deno
1+
# tinyhttp
2+
3+
[![nest badge](https://nest.land/badge.svg)](https://nest.land/package/tinyhttp)
24

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

@@ -26,4 +28,4 @@ app.listen(3000, () => console.log(`Started on :3000`))
2628

2729
## Changes
2830

29-
Because Deno doesn't have the same API for HTTP, there's no `res` argument. To send responses use `req.respond` instead.
31+
Because Deno doesn't have the same API for HTTP server, there's no `res` argument. To send responses use `req.respond` instead.

0 commit comments

Comments
 (0)