Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Feb 19, 2021
1 parent 19f4fe7 commit a5cf54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Deno port of [tinyhttp](https://github.com/talentlessguy/tinyhttp), 0-legacy, ti
## Example

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

const app = new App()

Expand Down

0 comments on commit a5cf54e

Please sign in to comment.