From 907a96ac04e3c8560c5a8f361263597d796186b5 Mon Sep 17 00:00:00 2001
From: jdx <216188+jdx@users.noreply.github.com>
Date: Tue, 17 Dec 2024 17:39:55 -0600
Subject: [PATCH] Update index.md
---
docs/dev-tools/backends/index.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/dev-tools/backends/index.md b/docs/dev-tools/backends/index.md
index 1161cb5b33..bae7027156 100644
--- a/docs/dev-tools/backends/index.md
+++ b/docs/dev-tools/backends/index.md
@@ -4,14 +4,14 @@ In addition to asdf plugins, you can also directly install CLIs with some packag
- [asdf](/dev-tools/backends/asdf)
- [aqua](/dev-tools/backends/aqua)
-- [Cargo](/dev-tools/backends/cargo)
-- [Go](/dev-tools/backends/go)
-- [NPM](/dev-tools/backends/npm)
-- [Pipx](/dev-tools/backends/pipx)
-- [SPM](/dev-tools/backends/spm)
-- [Ubi](/dev-tools/backends/ubi)
-- [Vfox](/dev-tools/backends/vfox)
-- [More coming soon!](https://github.com/jdx/mise/discussions/1250)
+- [cargo](/dev-tools/backends/cargo)
+- [gem](/dev-tools/backends/gem)
+- [go](/dev-tools/backends/go)
+- [npm](/dev-tools/backends/npm)
+- [pipx](/dev-tools/backends/pipx)
+- [spm](/dev-tools/backends/spm)
+- [ubi](/dev-tools/backends/ubi)
+- [vfox](/dev-tools/backends/vfox)
::: tip
If you'd like to contribute a new backend to mise, they're not difficult to write.