Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 28, 2024
1 parent 114dc53 commit 2a82f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@
### Bug Fixes

- explicit return types ([a8bd7dc](https://github.com/globalbrain/hado/commit/a8bd7dc49ab9696a382dba1179ab5309a8fbab2c))

## 0.0.6 (2024-05-26)
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@

A minimal API framework for Deno.

## Installation

```sh
deno add @globalbrain/hado
```

## Usage

```ts
import { createRouter } from '@globalbrain/hado'
import { createRouter } from 'jsr:@globalbrain/hado/router'
import { fromFileUrl } from 'jsr:@std/path'

const { handler } = await createRouter(
fromFileUrl(new URL('./api', import.meta.url)),
Expand Down

0 comments on commit 2a82f40

Please sign in to comment.