]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
remove some curly quotes in code samples
authorAndrew Minion <andrew@andrewrminion.com>
Mon, 21 Dec 2015 20:44:13 +0000 (15:44 -0500)
committerAndrew Minion <andrew@andrewrminion.com>
Mon, 21 Dec 2015 20:44:13 +0000 (15:44 -0500)
README.md

index 6634e350e7f36887c594946f4f5da8a942d1829a..19d8092a2b881e5c5ab909209442181def539d61 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,10 +56,10 @@ We’ve created a brand-spankin’-new templating language to make coding HTML e
 ```
 <container>
   <row>
-    <columns large=’8’ small=’6’>
+    <columns large='8' small='6'>
       <button>My button</button>
     </columns>
-    <columns large=’4’ small=’6’>
+    <columns large='4' small='6'>
       <h3>Hi</h3>
     </columns>
   </row>
@@ -82,12 +82,12 @@ Here's a list of our attributes:
 - `small` This attribute is applicable to the `<columns>` and `<subcolumns>` tags. It defines the width of the column in the small breakpoint. The syntax looks like:
 
 ```
-<columns small=’12’>
+<columns small='12'>
 ```
 - `large` This attribute is applicable to the `<columns>` and `<subcolumns>` tags. It defines the width of the column in the large breakpoint. The syntax looks like:
 
 ```
-<columns large=’12’>
+<columns large='12'>
 ```
 
 ## Using Sass