From 4d702618d19329a1599f3a624b95db69721e9874 Mon Sep 17 00:00:00 2001 From: JGAguilar626 <129235347+JGAguilar626@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:50:27 -0700 Subject: [PATCH] Update README.md Fixed grammar mistake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd3d6c..a6231cc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This program uses Amazon Coretto JDK 17.0.0_35. I chose Java because this is my first software project, and I read that Java is a good language to learn programming fundamentals. This program reads-in inventory receptacle locations and their corresponding pick-path IDs from two text files.\ -Copy/Paste these two files (p1a-receptacles-locations.txt / p1a-receptacles-pickpath-ids.txt) directly to the programs root folder. +Copy/Paste these two files (p1a-receptacles-locations.txt / p1a-receptacles-pickpath-ids.txt) directly to the project's root folder. The values were generated using algorithms that I have decided to omit from this version of the program.