From 8c5923f1ccc34dfa60203626eab3198eb3688d9a Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Mon, 12 Oct 2020 02:38:42 -0400
Subject: [PATCH] Reword readme

---
 readme.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/readme.md b/readme.md
index bf32740..440e301 100644
--- a/readme.md
+++ b/readme.md
@@ -2,12 +2,11 @@
 
 
 ## Description
-Moves files from indicated input folder to indicated output folder.
+Organizes files in provided input directory. Outputs to provided output directory.
 
-Organizes files by type (See below for disabling type sorting).
+By default, files organize by extension type (See below for disabling type sorting).
 
-If output directory ever contains a file of the same name, then input file name will be incremented to avoid overwriting
-existing files.
+File names are incremented when necessary to prevent accidental file overriding.
 
 
 ## Parameters
-- 
GitLab