From 8e188ff9a8262211a9bf5a1448a24c707c32d17f Mon Sep 17 00:00:00 2001 From: Austin Cawley-Edwards Date: Mon, 1 Feb 2021 12:19:34 -0500 Subject: [PATCH] fix: add url to `plugin-add` in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6bb64..8292f14 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager ## Install ``` -asdf plugin-add python +asdf plugin-add python https://github.com/danhper/asdf-python ``` ## Use