diff --git a/README.md b/README.md index b61f3e4..0434e3b 100644 --- a/README.md +++ b/README.md @@ -102,5 +102,5 @@ Include all the below rules, as well as all priority rules in above categories, | | Rule ID | Description | |:---|:--------|:------------| -| :wrench: | [nuxt/no-timing-in-fetch-data](./docs/rules/no-timing-in-fetch-data.md) | Disallow `setTimeout/setInterval` in `asyncData/fetch` | +| | [nuxt/no-timing-in-fetch-data](./docs/rules/no-timing-in-fetch-data.md) | Disallow `setTimeout/setInterval` in `asyncData/fetch` | | | [nuxt/require-func-head](./docs/rules/require-func-head.md) | Enforce `head` property in component to be a function. |