diff --git a/README.md b/README.md
index 3a16039..bdbb95c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ MLib
__MLib__ is a math library that does math functions for you. It is designed to be __easy to use__ and __intuitive__. It has many functions.
-__MLib__ is written in mostly pure Lua with some drawing functions using LÖVE, which can be changed if need be.
+__MLib__ is written in mostly pure Lua with some drawing functions using LÖVE, which can be changed if need be.
##Installation
You can get the most recent version of MLib by:
@@ -14,7 +14,7 @@ git clone git://github.com/davisdude/mlib.git
````
###Download
-The __latest release__ can be found here or here (link is at the bottom of the first post).
+The __latest release__ can be found here or here (link is at the bottom of the first post).
##Usage of MLib##
Download the file called `mlib.lua` and put it somewhere in the file for the process you want it in. Use the *require* function to import the module into the library.