From c56b0f8054f387048495cac569e0d1dc44a2fc28 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sat, 23 Jun 2018 04:14:11 -0500 Subject: [PATCH] Update readme. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14f35f5..164e481 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Text Editor 8000 -Text editor for Android. Originally forked from [Turbo Editor](https://github.com/vmihalachi/turbo-editor) by Vlad Mihalachi. +Text editor for Android. Forked from [Turbo Editor](https://github.com/vmihalachi/turbo-editor) by Vlad Mihalachi. -### License +Currently this fork includes a fix for hardware keyboards, as well as an updated [CommonMark](http://commonmark.org/) Markdown renderer. + +## Notice +This project undergoes sporadic bursts of activity. There's no timeframe for a release, and stuff gets worked on when it gets worked on. + +The general policy is that master is always buildable and should run fine, but there's no guarantees. + +Also, at some point nightly builds may be available. Use at your own risk! + +## License GNU General Public License version 3, see [LICENSE](./license).