diff --git a/README.md b/README.md
index 03bfaedba2e96367f9b94600c936a7f2a3db9469..4dc2962f6772afcec58e6de088a6b81bc528ba16 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)).