From 6b5b131775b41e80195bcac51d1fa1467452c114 Mon Sep 17 00:00:00 2001 From: JSTayco Date: Sun, 2 Apr 2023 12:42:04 -0700 Subject: [PATCH] Tiny README typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa9211..645b27e 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ pip freeze > uninstall.txt pip uninstall -r uninstall.txt ``` -This will store your a backup file with your current locally installed pip packages and then uninstall them. Then, redo the installation instructions within the kohya_ss venv. +This will store a backup file with your current locally installed pip packages and then uninstall them. Then, redo the installation instructions within the kohya_ss venv. ## Change History