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

Commit 65fb301

Browse files
author
v1rtl
committed
add module url
1 parent 38e43cc commit 65fb301

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 ''
10+
import { App } from 'https://deno.land/x/tinyhttp@v0.0.1'
1111

1212
const app = new App()
1313

0 commit comments

Comments
 (0)