Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsenic-ATG authored Sep 19, 2021
1 parent 95c32a7 commit ff83b44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Text-Editor
attempt to make a fully functional bare bones text editor in C ( without any dependencies by directly
# J.A.T.E.
_**J**ust **A**nother **T**erminal-based **E**ditor (JATE)_ is an attempt to make a fully functional bare bones text editor in C ( without any dependencies by directly
manipulating terminal via [VT100](https://vt100.net) escape sequences )

insipred from [kilo text editor](https://github.com/antirez/kilo)
Insipred from [kilo text editor](https://github.com/antirez/kilo)

## Status : Alpha Version
## Status : Beta Version

The editor can now :
- [x] View already existing file on the system.
Expand All @@ -20,7 +20,7 @@ But still it can't :
- [ ] Save a blank file ( Save-as feature )
- [ ] support text highlithing for C/C++

| **⚠️ WARNING:** The software is still in alpha version so if you planning to use it, I suggest making regular backups of your work (using a version control) in case you run into bugs in the editor.|
| **⚠️ WARNING:** The software is still in Beta version so if you planning to use it, I suggest making regular backups of your work in case you run into bugs in the editor.|
| --- |

## Platform supported
Expand Down

0 comments on commit ff83b44

Please sign in to comment.