From 661adf175ef5a0db5e466a9f16e43cde605e8029 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 18:09:23 -0400 Subject: [PATCH] Fixed typographical error, changed appeareance to appearance in README. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a54dae1..5d26edf 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,7 @@ The controller for all inputs such as mouse interactions and keypress events. It An utility object that keeps the state, renders, and provide information about the selection rectangle #### [Grid.pde][] -Geometric Grid used for positioning objects in the world with constraints in order to have geometric appeareances and properties +Geometric Grid used for positioning objects in the world with constraints in order to have geometric appearances and properties #### [Constants.pde][] All constants used for rendering or calculations are defined within this file. It's then made available to all objects through inheritance. Some constants can be recalculated based on a scale constant