From 76410eca463f7f18f95dcd0fa64f903cade1394f Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Thu, 14 Feb 2019 15:10:01 +1100 Subject: [PATCH] show site url in readme (#467) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f50933a..7af571d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # asdf-vm [![Build Status](https://travis-ci.org/asdf-vm/asdf.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf) -**Manage multiple runtime versions with a single CLI tool, extendable via plugins** - [docs site](https://asdf-vm.github.io/asdf/) +**Manage multiple runtime versions with a single CLI tool, extendable via plugins** - [docs at asdf-vm.com](https://asdf-vm.github.io/asdf/) asdf-vm is a CLI tool that can manage multiple language runtime versions on a per-project basis. It is like `gvm`, `nvm`, `rbenv` & `pyenv` (and more) all in one! Simply install your language's plugin!