Skip to content

Commit 7cf514e

Browse files
committed
docs: typo
1 parent a9d1d1c commit 7cf514e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ import { Pico } from 'https://esm.sh/@picojs/pico'
110110
const router = Pico()
111111
router.get('/', () => new Response('Hi Deno!'))
112112

113-
serve(app.fetch)
113+
//...
114+
115+
serve(router.fetch)
114116
```
115117

116118
```

0 commit comments

Comments
 (0)