From 4ca292f6333b6dbac0a0e15fee9ea5b2d11e176f Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Sat, 15 Jun 2024 00:54:38 -0500 Subject: [PATCH] README.md fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0414368..98768ba 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is for my educational purposes of learning rust to do tasks that I have don ## **TESTED ENVIRONMENTS** -Currently I start work on distributions that I do not have a live environment to use or a VM available, I will use distrobox. Then as time permits, I use VMs to test. +Currently when I start work on distributions that I do not have a live environment to use or a VM available, I will use distrobox. Then as time permits, I use VMs to test as a next best thing to a live environment. Consider distrobox tests as the lowest grade pass, then VMs and native tests.