From 7fe0a5405f3a0cc5523975c434eecf1067c146f2 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Thu, 24 Nov 2022 23:13:30 +0100 Subject: [PATCH] at least a little bit nicer --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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)