From 5abd2ae86b3666057486e6a9e7b027ef012c7a22 Mon Sep 17 00:00:00 2001
From: Bad Manners <me@badmanners.xyz>
Date: Fri, 26 Jan 2024 00:01:17 -0300
Subject: [PATCH] Update Readme again

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 488b0da..2a91088 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,14 @@ virtualenv venv
 pip install -r requirements.txt
 ```
 
-## Usage
-
-Run with `python main.py -h` (or simply `./main.py -h`) for options. Generated files are output to `./out` by default.
-
 ## Testing
 
 Run `python test.py`.
 
+## Usage
+
+Run with `python main.py -h` (or simply `./main.py -h`) for options. Generated files are output to `./out` by default.
+
 ### Story files
 
 When generating an .RTF file from the source text, the script expects that LibreOffice's style has "Preformatted Text" for plaintext, and "Normal" as the intended style to replace it with. Unless you've tinkered with LibreOffice's default formatting, this won't be an issue.