From c18c4dbc5793e7371180e502453fd9ec304767b9 Mon Sep 17 00:00:00 2001
From: Shawn O'Hare <ohare.shawn@gmail.com>
Date: Fri, 1 Jan 2016 11:56:14 -0800
Subject: [PATCH] Fix typo in README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 38f9a10..3106451 100644
--- a/README.md
+++ b/README.md
@@ -62,14 +62,14 @@ This theme provides the following shortcodes.
 - `epigraph`
   - Description: Create an epigraph with the wrapped text.
   - Usage: To include a footer with source attribution, pass in the
-  optional named parameters `pre`, `cite`, `post`. These parameters are
+  optional named parameters `pre`, `cite`, `post`. These parameters 
   make no styling assumptions, so spacing is important.  A more compactly
   styled epigraph will be used if the `type` parameter is set to `compact`.
   - Example:
-  ```html
+  ```
   {{% epigraph pre="Author Writer, " cite="Math is Fun" %}}
   This is an example of an epigraph with some math 
-  \\(\mathbb N \subseteq \mathbb R \\)
+  \\( \mathbb N \subseteq \mathbb R \\)
   to start the beginning of a section.
   {{% /epigraph %}}
   ```