diff --git a/README.md b/README.md index 2c65db9..86b6263 100644 --- a/README.md +++ b/README.md @@ -225,16 +225,18 @@ Key | Type | Default Value `optionsSuccessStatus` | `integer` | `204` -### `router.any(url, [...handlers])` -### `router.connect(url, [...handlers])` -### `router.delete(url, [...handlers])` -### `router.get(url, [...handlers])` -### `router.head(url, [...handlers])` -### `router.options(url, [...handlers])` -### `router.patch(url, [...handlers])` -### `router.post(url, [...handlers])` -### `router.put(url, [...handlers])` -### `router.trace(url, [...handlers])` +### Supported Methods + +- `router.any(url, [...handlers])` +- `router.connect(url, [...handlers])` +- `router.delete(url, [...handlers])` +- `router.get(url, [...handlers])` +- `router.head(url, [...handlers])` +- `router.options(url, [...handlers])` +- `router.patch(url, [...handlers])` +- `router.post(url, [...handlers])` +- `router.put(url, [...handlers])` +- `router.trace(url, [...handlers])` #### `url` (string)