From 72034cba315335db294195f1aff6e4651040615c Mon Sep 17 00:00:00 2001 From: legitimately_the_1984th_year_of_the_common_era_&_anno_domini_designations <85363779+literally1984@users.noreply.github.com> Date: Sat, 26 Jun 2021 11:38:45 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1afc2d4..89bda46 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ IMPORTANT: This program utilizes ANSI escape codes, which are used to clear the console. -If the software you are using to run this program doesn't support ANSI escape codes, then remove System.out.print("\033[H\033[2J"); from lines 4 and 29. +If the software you are using to run this program doesn't support ANSI escape codes, then remove System.out.print("\033[H\033[2J"); from lines 5 and 34. Usually, Linux based shells support these codes, and Windows based shells do not.