From 0fd36881d7b948bd7287093d468f6d90ee72379e Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Fri, 13 Mar 2020 05:03:22 -0400 Subject: [PATCH] Change bullet point under "Why use asdf-vm?" heading (#675) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f60050a5..70eb9a58 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ asdf-vm is a CLI tool that can manage multiple language runtime versions on a pe - support for existing config files `.node-version`, `.nvmrc`, `.ruby-version` for easy migration - automatically switches runtime versions as you traverse your directories - simple plugin system to add support for your language of choice -- completion scripts managed by the plugin, not you! +- shell completion available for common shells (Bash, Zsh, Fish) ## Documentation