From 9832a21b2b64845186169385edf69d809657a16e Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Fri, 1 Jul 2022 08:23:29 -0400 Subject: [PATCH] Minor README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd68d9..47bfc8f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A tool for moving and symlinking directories to a central location -## Inspiration +## Introduction I've been using linux as my main machine for a while and wanted a central directory to backup as backing up my entire `HOME` directory was a mess. I found moving directories and symlinking worked great. I created a simple project when learning python (I called symlinker) and used it for a while but found it annoying to configure and work with.