Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iSingh-11 authored Feb 4, 2021
1 parent 7f8bab3 commit 3448174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# TextEditor
# TextEditor - A Console Based App
A Console based Text Editor Tool made using LinkedList in Java. Each word has been treated as a LinkedList Node and has a Cursor which is initially set to 0th Node and 0th Position. It supports multi-line files and multiple spaces between words. All the basic operations such as moving cursor in forward & backward direction, insertion, deletion, moving at the start & end of the line are available.

0 comments on commit 3448174

Please sign in to comment.