From d94f1dc60c957f9cf2d35c83b24aac1dd04f4827 Mon Sep 17 00:00:00 2001 From: Karanch3001 <43949577+Karanch3001@users.noreply.github.com> Date: Mon, 8 Oct 2018 13:16:50 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4438e28..63ab9b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # text_editor -Simple text editor made using java +Simple Text Editor made using Java -It is text editor just like notepad made by java. +It is text editor just like notepad made by Java. Edi.java contains the main method. to open file first you have to compile it then run the .class file by terminal/cmd. From 1fd05b3d05a78da1eaa60702b742373ad92ab26e Mon Sep 17 00:00:00 2001 From: Karanch3001 <43949577+Karanch3001@users.noreply.github.com> Date: Sun, 13 Oct 2019 18:17:54 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63ab9b4..aded2c1 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ It is text editor just like notepad made by Java. Edi.java contains the main method. to open file first you have to compile it then run the .class file by terminal/cmd. +by ksc sir