diff --git a/README.md b/README.md index b048856..b444e17 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ module.exports = { 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\ 💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). -| Name | Description | 💼 | 🔧 | 💡 | -| :------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- | :--- | :- | :- | -| [match-methods-to-routes](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/match-methods-to-routes) | Match method names to the decorated API routes | 🌐 ✅ | 🔧 | | -| [route-convention](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/route-convention) | Keep a convention when decorating routes | 🌐 ✅ | 🔧 | 💡 | -| [safe-route-params](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/safe-route-params) | Ensure safe usage of the `@Param` decorator | 🌐 ✅ | | 💡 | +| Name | Description | 💼 | 🔧 | 💡 | +| :------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- | :---- | :-- | :-- | +| [match-methods-to-routes](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/match-methods-to-routes) | Match method names to the decorated API routes | 🌐 ✅ | 🔧 | | +| [route-convention](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/route-convention) | Keep a convention when decorating routes | 🌐 ✅ | 🔧 | 💡 | +| [safe-route-params](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/safe-route-params) | Ensure safe usage of the `@Param` decorator | 🌐 ✅ | | 💡 |