diff --git a/README.md b/README.md index 9d5a0d0..e52eb8f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ We will be using the following namespaces: ``` using System; // Important things using OpenTK; // For windowing -using OpenTK.Input; // To get they Key enumeration +using OpenTK.Input; // To get the Key enumeration using System.Drawing; // For coors using GameFramework; // For the 2D game framework ```