Skip to content

Commit

Permalink
fix grammar and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rpendleton committed Jan 6, 2019
1 parent 9b423af commit d669bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,7 +22,7 @@ This repository contains:

## Building on other Platforms

This project was written for macOS although it should be reasonably portable to other systems. The bulk of the code is portable C, or C which can be trivially adjusted to build on other platforms.
This project was written for macOS, although it should be reasonably portable to other systems. The bulk of the code is portable C, or C which can be trivially adjusted to build on other platforms.

It also depends on:

Expand All @@ -36,7 +36,7 @@ The engine uses an abstraction layer between [OpenGL renderer](source/platform/g

### iOS

Another game I wrote uses this engine on iOS. To port to iOS the SDL windowing need to be replaced with a standard iOS OpenGL view. The shaders needs to be changed from 3.2 GLSL grammer to the ES 2.0 version.
Another game I wrote uses this engine on iOS. To port to iOS the SDL windowing need to be replaced with a standard iOS OpenGL view. The shaders need to be changed from 3.2 GLSL grammer to the ES 2.0 version.

## Structure

Expand All @@ -49,7 +49,7 @@ Another game I wrote uses this engine on iOS. To port to iOS the SDL windowing n

## Game Data

To run the game you will need to acquire the data. You can download this from the [releases](https://github.com/justinmeiners/pre-rendered-backgrounds) page.
To run the game, you will need to acquire the data. You can download this from the [releases](https://github.com/justinmeiners/pre-rendered-backgrounds) page.

# License

Expand Down

0 comments on commit d669bd7

Please sign in to comment.