Fix spelling mistakes

This commit is contained in:
Andrew Dinh 2021-02-01 16:45:40 -08:00
parent 5fe766fd59
commit 13f2bf495f
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# via
# Via
An efficient text editor written in Rust. If you've ever used Vim, you'll immediately be able to use Via. However, Via was built from the ground up and is a very separate project from any other text editor out there. It runs anywhere Rust can compile, and only has one external dependency to get you started as soon as possible. It even supports using a mouse! It has many structures like a piece table that would be useful in other projects as well. This project was done as a proof of concept for future, more GUI-oriented text editors.
@ -12,7 +12,7 @@ An efficient text editor written in Rust. If you've ever used Vim, you'll immedi
## Credits
- Build with [Rust](https://rust-lang.org/) and [Termion](https://gitlab.redox-os.org/redox-os/termion/)
- Built with [Rust](https://rust-lang.org/) and [Termion](https://gitlab.redox-os.org/redox-os/termion/)
If you're interested in publishing this software on any software repository (AUR, PPA, etc.), please reach out to me (contact info available on my [website](https://andrewkdinh.com)).