We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260fde1 commit f875052Copy full SHA for f875052
README.md
@@ -1,7 +1,7 @@
1
# Tinate
2
-A text editor in progress. I'm developing it as a way to learn Rust more thoroughly.
+A toy text editor. I developed it as a way to learn Rust more thoroughly.
3
4
-It is intented to be a vim-like editor. In the current state you can already read and edit text files.
+It is intented to be a vim-like editor. You can perform simple text edits with it.
5
6
## Support
7
Tinate has only been tested in Linux(Debian), but the [crossterm](https://github.com/crossterm-rs/crossterm) crate works on Windows and Mac.
0 commit comments