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.