Skip to content

Commit

Permalink
docs: adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 30, 2024
1 parent eb4395d commit 03afda1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can also use the `--watch` flag instead of `--unstable-hmr` for slightly slo

## Routing

This is a file-based router, so the directory structure will determine the routes. We follow the same conventions as Next.js:
Hado has a file-based router, so the directory structure will determine the routes. We follow the same conventions as Next.js:

```txt
api/
Expand Down Expand Up @@ -114,6 +114,7 @@ Or if you're not using `urlRoot` in `createRouter` function, you can create `[..

```ts
// api/[...rest].ts

import { serveDir } from 'jsr:@std/http'
import { fromFileUrl } from 'jsr:@std/path'

Expand Down

0 comments on commit 03afda1

Please sign in to comment.