Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MeiK2333/github-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeiK <meik2333@gmail.com>2022-10-30 10:09:00 +0300
committerGitHub <noreply@github.com>2022-10-30 10:09:00 +0300
commiteee158a6589288cf222bdca9be33c2a7d5bd69fd (patch)
tree40fc6afca4141320b971bc8aee875d991ae11abe /README.md
parentff97bbc0a732ffdd6f8bc5cf472b5dadcf5761f8 (diff)
parent0071c75521aa4471ebd562b6bee3c6514cb1a856 (diff)
Merge pull request #120 from luma0724/masterHEADmaster
correct typos in README.md
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 b878e63..50a9ee5 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ hugo new post/title_of_the_post.md
## Limit display content
-### Approch 1: use summary
+### Approach 1: use summary
```
---
@@ -65,7 +65,7 @@ summary: "The summary content"
---
```
-### Approch 2: use `<!--more-->`
+### Approach 2: use `<!--more-->`
Use `<!--more-->` 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.
```