Tiny README typo fix

This commit is contained in:
JSTayco 2023-04-02 12:42:04 -07:00
parent a59fdbcd59
commit 6b5b131775
1 changed files with 1 additions and 1 deletions

View File

@ -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