diff --git a/.github/readme/partials/templated/plugins.md b/.github/readme/partials/templated/plugins.md
index eea22d3b..3d478ea3 100644
--- a/.github/readme/partials/templated/plugins.md
+++ b/.github/readme/partials/templated/plugins.md
@@ -7,7 +7,7 @@ Plugins provide additional content and lets you customize rendered metrics.
<% if (previous !== category) { previous = category -%>
* **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)} plugins` %>**
<% } -%>
- * [<%- name %> `<%= plugin %>`](/source/plugins/<%= plugin %>/README.md)<%# -%><% if (deprecation) { %>⚠️ deprecated<% } %>
+ * [<%- name %> `<%= plugin %>`](/source/plugins/<%= plugin %>/README.md)<%# -%><% if (deprecation) { %> `⚠️ deprecated`<% } %><%# -%>
<% }} %>
**🎲 Maintained by community**