Authored by nickcheng

Fix typo in README.

@@ -204,7 +204,7 @@ make.center.equalTo(superview).centerOffset(CGPointMake(-5, 10)) @@ -204,7 +204,7 @@ make.center.equalTo(superview).centerOffset(CGPointMake(-5, 10))
204 204
205 ## Hold on for dear life 205 ## Hold on for dear life
206 206
207 -Sometimes you need modify existing constraints inorder to animate or remove/replace constraints. 207 +Sometimes you need modify existing constraints in order to animate or remove/replace constraints.
208 In Masonry there are two common approaches for updating constraints. 208 In Masonry there are two common approaches for updating constraints.
209 209
210 #### 1. References 210 #### 1. References