Fixed typos

This commit is contained in:
Clownacy 2019-03-09 12:20:29 +00:00
parent fcb61025e3
commit 63ad7b8dd9
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Cave Story Engine 2 # Cave Story Engine 2
Cave Story Engine is a decompilation of Cave Story, ported from DirectX to SDL2. Cave Story Engine 2 is a decompilation of Cave Story, ported from DirectX to SDL2.
![Screenshot](screenshot.png) ![Screenshot](screenshot.png)
@ -10,7 +10,7 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi
## Dependencies ## Dependencies
This project currently depends on SDL2 and Freetype2. This project currently depends on SDL2 and Freetype.
## Building ## Building

View file

@ -1,6 +1,6 @@
This is a static build of Freetype 2.9.1, built with MSVC2003. This is a static build of Freetype 2.9.1, built with MSVC2003.
Despite the lack of a compatible .sln file, it can be build by running Despite the lack of a compatible .sln file, it can be built by running
'make visualc' in the root of the Freetype source directory while in a 'make visualc' in the root of the Freetype source directory while in a
Visual Studio 2003 Command Prompt, using a MinGW Make utility Visual Studio 2003 Command Prompt, using a MinGW Make utility
(e.g. C:/msys64/mingw32/bin/make.exe). (e.g. C:/msys64/mingw32/bin/make.exe).