summaryrefslogtreecommitdiff
path: root/plugins/asdf
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/asdf')
-rw-r--r--plugins/asdf/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/asdf/README.md b/plugins/asdf/README.md
index f047860e2..4af69a75c 100644
--- a/plugins/asdf/README.md
+++ b/plugins/asdf/README.md
@@ -1,7 +1,5 @@
## asdf
-**Maintainer:** [@RobLoach](https://github.com/RobLoach)
-
Adds integration with [asdf](https://github.com/asdf-vm/asdf), the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
### Installation
@@ -28,3 +26,7 @@ asdf install nodejs latest
asdf global nodejs latest
asdf local nodejs latest
```
+
+### Maintainer
+
+- [@RobLoach](https://github.com/RobLoach)