From aa74aacc1811ec784c91537ab4a10baaa1de6bf2 Mon Sep 17 00:00:00 2001 From: psavarmattas Date: Sun, 25 Apr 2021 15:25:08 +0530 Subject: [PATCH] General Checks --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index e0b472a..5054464 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # JAVA Programs For Everybody To Try! -_`Last Updated: April 14' 2021`_ +_`Last Updated: April 25' 2021`_ ## Introduction: @@ -13,7 +13,7 @@ If you want in which serial you should code rather than the levels then refer to 1. A coding IDE or just use the CMD/Terminal on your Windows Pc/Mac respectively (I used VS Code for this). -2. Check that Java is properly installedin your system and the Path to Java is integratively set in your system. +2. Check that Java is properly installed in your system and the Path to Java is integratively set in your system. 3. Start by trying to create the program by yourself if you encounter any problems refer to the code in the program file, if the problem still persist then create a issue or use Google/Stack Overlflow for help.