From 712e8875fcc04cd0675808ced53f94ef7762934f Mon Sep 17 00:00:00 2001 From: Jeffrey Jackson Date: Mon, 6 Apr 2015 13:13:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 715034d..323f002 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Conway's game of life written in Swift with SpriteKit Jump straight to interesting parts of the code: * [The Logic](https://github.com/yonbergman/swift-gameoflife/blob/master/gameoflife/World.swift) -* [Dispaying the cells](https://github.com/yonbergman/swift-gameoflife/blob/master/gameoflife/GameScene.swift) +* [Displaying the cells](https://github.com/yonbergman/swift-gameoflife/blob/master/gameoflife/GameScene.swift) * [Some tests](https://github.com/yonbergman/swift-gameoflife/blob/master/gameoflifeTests/pointTests.swift) ## Author