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

Commit a5cf54e

Browse files
author
v1rtl
committed
fix version
1 parent 19f4fe7 commit a5cf54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Deno port of [tinyhttp](https://github.com/talentlessguy/tinyhttp), 0-legacy, ti
77
## Example
88

99
```ts
10-
import { App } from 'https://deno.land/x/tinyhttp@v0.0.1/app.ts'
10+
import { App } from 'https://deno.land/x/tinyhttp@v0.0.2/app.ts'
1111

1212
const app = new App()
1313

0 commit comments

Comments
 (0)