0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00

docs(service-worker): fix module docs for service worker adapter (#3645)

change from `Cloudflare Workers` to `Service Worker`
This commit is contained in:
rwv 2024-11-08 14:47:27 +08:00 committed by GitHub
parent 65f2a3be93
commit 8a8a576e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
/** /**
* Cloudflare Workers Adapter for Hono. * Service Worker Adapter for Hono.
* @module * @module
*/ */
export { handle } from './handler' export { handle } from './handler'