From defa9943bef03f177506f5cdc5f274c2e9823518 Mon Sep 17 00:00:00 2001 From: Adam Madsen Date: Fri, 17 Aug 2018 14:27:40 -0700 Subject: [PATCH] Fix more typos in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f635d3..c2401e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Simple Columns - 12-column layout framework -[![MIT Licence](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php) +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php) @@ -12,7 +12,7 @@ A simple 12-column framework utilizing CSS grid, built with a focus on keeping the syntax simple and readable. * Simple syntax powered by responsive modifiers -* Pure CSS, no precomiling or other tools needed. +* Pure CSS, no precompiling or other tools needed. * Fully responsive * Infinite nesting @@ -45,7 +45,7 @@ Class | Usage | Accepts modifiers ### Column spans -Elements can span multipl columns using the `.col-{n}` class +Elements can span multiple columns using the `.col-{n}` class ```html
@@ -57,7 +57,7 @@ Elements can span multipl columns using the `.col-{n}` class ### Responsive Modifiers -Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appanded to any `.col-` class to change based on browser size. +Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appended to any `.col-` class to change based on browser size. Mobile | Tablet | Desktop | Desktop HD ----|----|----|----