From 19f38f454f985df450de50d0373cea10bc20b975 Mon Sep 17 00:00:00 2001
From: James Betker <jbetker@gmail.com>
Date: Mon, 2 May 2022 21:02:29 -0600
Subject: [PATCH] Update README and update to version 2.1

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 12f27d9..8aef3a0 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ pip install -r requirements.txt
 
 This script allows you to speak a single phrase with one or more voices.
 ```shell
-python do_tts.py --text "I'm going to speak this" --voice random --preset fast
+python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast
 ```
 
 ### read.py
@@ -55,7 +55,7 @@ python do_tts.py --text "I'm going to speak this" --voice random --preset fast
 This script provides tools for reading large amounts of text.
 
 ```shell
-python read.py --textfile <your text to be read> --voice random
+python tortoise/read.py --textfile <your text to be read> --voice random
 ```
 
 This will break up the textfile into sentences, and then convert them to speech one at a time. It will output a series 
@@ -170,7 +170,7 @@ came from Tortoise.
 This classifier can be run on any computer, usage is as follows:
 
 ```commandline
-python is_this_from_tortoise.py --clip=<path_to_suspicious_audio_file>
+python tortoise/is_this_from_tortoise.py --clip=<path_to_suspicious_audio_file>
 ```
 
 This model has 100% accuracy on the contents of the results/ and voices/ folders in this repo. Still, treat this classifier