From 04107a86fded03bba9b3c3d80ba4474be09c986e Mon Sep 17 00:00:00 2001 From: Sagar Pamnani Date: Sat, 19 Aug 2017 00:48:43 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf5e8bc..96bcb36 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# text_editor -Simple text editor made using java +# Text Editor + +Simple and easy to use text editor, somewhat like the widely known Notepad, written in 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 the run the .class file by terminal/cmd. +To open file, first you have to compile Edi.java file by javac compiler and then run the .class file in terminal/cmd. +This project is a Work-In-Progress, but will be completed soon. Find and Find&Replace function are not yet completed.