From a36f7b0282fa8fe2ca59ec688d747429a8ada4dd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 19 Apr 2016 22:32:09 -0400 Subject: [PATCH] Grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b51650d9..2b419ca5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Cyclone provides several example programs, including: - [Game of Life](examples/game-of-life) - The [game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) example program and libraries from R7RS. -- [Game of Life - PNG Image Generator](examples/game-of-life-png) - An modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI): +- [Game of Life - PNG Image Generator](examples/game-of-life-png) - A modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI):