diff --git a/README.md b/README.md index 93265f6..a4a3fb7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a Triple Triad solver for FFXIV. ## How to Use -* Either build the solver yourself (see below), or download the latest release (coming soon maybe). +* Either build the solver yourself (see below), or download the latest release. * Because the actual Triple Triad cards themselves (and the NPC data) is owned by Square Enix, it isn't redistributed with this program. Therefore, it will ask you to enter the location of a Github repository that does host the data, and then download and cache it. ## Limitations: @@ -27,4 +27,4 @@ It's common for decks to be so much better than others that with perfect play, o * Install the Rust compiler and package manager: https://www.rust-lang.org/tools/install * Clone this repository and navigate to where you did so on the command line. -* Build with `cargo build --release`; this will download and compile all dependencies and generate `TripleTriadSolver.exe` in `target/release`. \ No newline at end of file +* Build with `cargo build --release`; this will download and compile all dependencies and generate `TripleTriadSolver.exe` in `target/release`.