diff --git a/README.md b/README.md index d25df2d2..28037e23 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Simple C++ FPS Template for Unreal Engine 4 [More Info](https://www.tomlooman.com/fps-template/) -# Why create a "simplified" FPS C++ Template? -The provided C++ template that ships with the engine has several features that someone new to C++ may not be interested in like VR controls and Touch input. This code "bloats" the template to look a lot more complex than neccessary if you are simply looking to start with C++ in UE4. I'm using this project to create tutorials and you can use it in your own way! +# Why creating a "simplified" FPS C++ Template? +The provided C++ template that ships with the engine has several features that someone new to C++ may not be interested in like VR controls and Touch input. This code "bloats" the template to look a lot more complex than necessary if you are simply looking to start with C++ in UE4. I'm using this project to create tutorials and you can use it in your own way! ![alt text](https://www.tomlooman.com/wp-content/uploads/2017/09/Thumb_FPSTemplate2.jpg) -This project is licensed under the Unreal Engine 4 EULA. \ No newline at end of file +This project is licensed under the Unreal Engine 4 EULA.