diff --git a/README.md b/README.md index 3b34422..e054b9b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ summary: "The summary content" ### Approach 2: use `` -Use `` to seperate content that will display in the posts page as abstraction and the rest of the content. This is different from summary, as summary will not appear in the post. +Use `` to separate content that will display in the posts page as abstraction and the rest of the content. This is different from summary, as summary will not appear in the post. ``` --- title: "title" @@ -111,7 +111,7 @@ enableGitalk = true distractionFreeMode = false ``` -## Support LaTex +## Support LaTeX In you post add `math: true` to [front matter](https://gohugo.io/content-management/front-matter/) @@ -121,7 +121,7 @@ katex: math --- ``` -Then the [katex script](https://katex.org/docs/autorender.html) will auto render the string enclosed be delimiters. +Then the [katex script](https://katex.org/docs/autorender.html) will auto render the string enclosed by delimiters. ``` # replace ... with latex formula