diff --git a/README.md b/README.md index d56fcfa21e8fc8362d00013a3709dc071e5bb6e9..85e6ce9589a4de3df6a2862d63d05286e7da736d 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ anon-access: read-write # You can grant read-only access to users without private keys. allow-keyless: false -# Which repos should appear in the menu? +# Customize repos in the menu repos: - name: Home repo: config @@ -107,6 +107,7 @@ repos: repo: my-public-repo private: false note: "A publicly-accessible repo" + readme: docs/README.md - name: Example Private Repo repo: my-private-repo private: true