From c3c0c30edab7d588b7a0118331444de348eef91a Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Wed, 29 Apr 2020 13:57:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 751682f8..8035c31c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ GitHub virtual environments are setup in [actions/virtual-environments](https:// If you would like to use `setup-python` and a self-hosted runner, you have two options - Setup a tools cache locally and download all the versions of Python & PyPy that you would like once - - Takes a little bit to time to initially setup + - Takes a little bit of time to initially setup - This will be the most stable and fastest option long-term as it will require no extra downloads every-time there is a run - Download and setup a version of python every-time - Requires no extra setup (good if you want to quickly get up and running, discouraged for long term use)