From 32aa8135f2a20c1c7111752bc715b9fb61bbb015 Mon Sep 17 00:00:00 2001 From: marshmallow Date: Tue, 13 Sep 2022 19:24:33 +1000 Subject: [PATCH] make #entry-config a bit easier to understand Signed-off-by: marshmallow --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index ff354b4..d2f9ff5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -25,7 +25,7 @@ Content ## Entry Config -```yaml +```markdown --- title: string weight: number @@ -38,7 +38,7 @@ A pretty title that will be displayed to the user. #### `weight` -Entries and files are sorted by their weights. Higher number = Higher up. +Entries and directories are sorted by their weights. Higher number = Higher up. ## File and directory names