Remove Deno section from main README (no module)
parent
e667634a3d
commit
03d66ea1b3
15
README.md
15
README.md
|
@ -17,21 +17,6 @@ app.get('/', (c) => c.text('foo'))
|
|||
export default app
|
||||
```
|
||||
|
||||
## Deno
|
||||
|
||||
```ts
|
||||
import { serve } from 'https://deno.land/std/http/server.ts'
|
||||
import { sentry } from 'https://deno.land/x/hono_sentry/mod.ts'
|
||||
import { Hono } from 'https://deno.land/x/hono/mod.ts'
|
||||
|
||||
const app = new Hono()
|
||||
|
||||
app.use('*', sentry())
|
||||
app.get('/', (c) => c.text('foo'))
|
||||
|
||||
serve(app.fetch)
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
Yusuke Wada <https://github.com/yusukebe>
|
||||
|
|
Loading…
Reference in New Issue