From c7c77417afbec64559e70eb6b7a6140772d737a1 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 16 Jan 2021 05:57:42 +1300 Subject: [PATCH] Update instructions for possibility of main branch (#63) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0bb26d87..2dd2ceee 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,12 @@ Assuming your username is `my-github-user`, you can then embed your metrics in y ![Metrics](https://github.com/my-github-user/my-github-user/blob/master/github-metrics.svg) ``` +(or, for a new repository with a default branch of `main`): + +```markdown +![Metrics](https://github.com/my-github-user/my-github-user/blob/main/github-metrics.svg) +``` +
💬 How to setup?