summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cef14a8..2d5d411 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ Or use the short code, display style:
a & b \\
c & d
\end{matrix}
-{{</ math >}}
+{{< /math >}}
```
Inline style:
@@ -142,7 +142,7 @@ Inline style:
a & b \\
c & d
\end{matrix}
-{{</ math >}}
+{{< /math >}}
```
Don't forget to add `math = true` in your front matter or `config.toml`.