diff --git a/README.md b/README.md
index 99c2ed9..06338a6 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ A container holds all elements and controls the page's maximum width. Using a co
```
-
+
```
@@ -78,28 +78,22 @@ With mobile first, columns are `block` level (takes up the full width available)
```
```
####6. Create Column Sizes
-On larger screens, columns gain `float: left` in order to stack content horizontally. Columns now use padding for gutters, so we no longer need to worry about removing margins.
+On larger screens, columns gain `float: left` in order to stack content horizontally. Columns now use padding for gutters, so you no longer need to worry about removing margins.
```
@@ -129,19 +123,19 @@ Columns are wrapped in rows to prevent other elements from stacking next to them
@@ -170,10 +164,10 @@ Add the class `.flow-opposite` to columns where you want content to display firs