From f4f800b323c56244e85e337e6c5ab0a885adefb3 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Tue, 23 Jul 2013 21:32:55 -0700 Subject: [PATCH] fixed typos --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 21e5a50..48082ed 100644 --- a/Readme.md +++ b/Readme.md @@ -2,11 +2,11 @@ ### Overview -EasyLayout is my experimental framework for performing quick layout of views. It is the goal of this framework to compete with AutoLayout, which I beleive is ideal for laying out views in code. +EasyLayout is my experimental framework for performing quick layout of views. It is the goal of this framework to replace AutoLayout, which I beleive is awful for laying out views in code. -My thesis is that this framework used in conjuction with `layoutSubviews` will take less code, and be more powerful than what AutoLayout is capable of. +My thesis is that EasyLayout, used in conjuction with `layoutSubviews`, will take less code and be more powerful than what AutoLayout is capable of. -Although it is in a rudimentary state, it is quite powerful as is. +Although it is in a rudimentary state, it is quite useful as is. ### TODO