diff --git a/source/plugins/gists/README.md b/source/plugins/gists/README.md
index 68837910..f3c6b1c1 100644
--- a/source/plugins/gists/README.md
+++ b/source/plugins/gists/README.md
@@ -1,15 +1,27 @@
-### đĢ Gists
-
-The *gists* plugin displays your [gists](https://gist.github.com) metrics.
-
+
+
-#### âĄī¸ Available options
+## âĄī¸ Available options
@@ -18,7 +30,7 @@ The *gists* plugin displays your [gists](https://gist.github.com) metrics.
plugin_gists |
- Display gists metrics
+ | Enable gists plugin
![]() |
@@ -29,9 +41,7 @@ The *gists* plugin displays your [gists](https://gist.github.com) metrics.
-*[â Full specification](metadata.yml)*
-
-#### âšī¸ Examples workflows
+## âšī¸ Examples workflows
```yaml
@@ -44,4 +54,4 @@ with:
plugin_gists: 'yes'
```
-
\ No newline at end of file
+
diff --git a/source/plugins/gists/metadata.yml b/source/plugins/gists/metadata.yml
index 752c094b..74e1de64 100644
--- a/source/plugins/gists/metadata.yml
+++ b/source/plugins/gists/metadata.yml
@@ -1,5 +1,8 @@
name: "đĢ Gists"
category: github
+description: This plugin displays [gists](https://gist.github.com) stats.
+example:
+ default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.gists.svg
index: 21
supports:
- user
@@ -7,8 +10,7 @@ scopes:
- public_access
inputs:
- # Enable or disable plugin
plugin_gists:
- description: Display gists metrics
+ description: Enable gists plugin
type: boolean
default: no