From d0b961cf2ae9cb977b6afb3041690b7519fc4ec9 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 26 Jan 2021 23:49:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4033051b..68431887 100644 --- a/README.md +++ b/README.md @@ -689,7 +689,7 @@ For example, to use the `super-metrics` template from `github-user`'s fork, add with: # ... other options template: "@super-metrics" - setup_community_templates: github-user/metrics@master:classic + setup_community_templates: github-user/metrics@master:super-metrics ``` By default, community templates have their `template.mjs` removed and fallback to the one used by `classic` template. @@ -700,7 +700,7 @@ If you really trust a template, it is possible to bypass this behaviour by appen - uses: lowlighter/metrics@master with: # ... other options - setup_community_templates: github-user/metrics@master:classic+trust + setup_community_templates: github-user/metrics@master:super-metrics+trust ``` To create a new community template, just fork this repository and create a folder in `/source/templates` with the same structure as current templates.