diff --git a/README.md b/README.md index 57fe741..105ed93 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,6 @@ Key | Type | Default Value ### Supported Methods - `router.any(url, [...handlers])` -- `router.connect(url, [...handlers])` - `router.delete(url, [...handlers])` - `router.get(url, [...handlers])` - `router.head(url, [...handlers])` @@ -248,7 +247,6 @@ Key | Type | Default Value - `router.patch(url, [...handlers])` - `router.post(url, [...handlers])` - `router.put(url, [...handlers])` -- `router.trace(url, [...handlers])` #### `url` (string) @@ -410,4 +408,4 @@ export default { return router.handle(request, env, ctx) } } -``` +``` \ No newline at end of file