From 13f2bf495f2cff10ba66a0f99bc62ef3bf631812 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Mon, 1 Feb 2021 16:45:40 -0800 Subject: [PATCH] Fix spelling mistakes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03bfaed..4dc2962 100644 --- a/README.md +++ b/README.md @@ -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)).