diff --git a/README.md b/README.md
index 507b89eb..011612f5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@

-Generates your metrics that you can embed everywhere !
+Generate your metrics that you can embed everywhere, including your GitHub profile readme !
[](https://metrics.lecoq.io)
@@ -547,7 +547,7 @@ Used template defaults to the `classic` one.
✔️ |
- | RepositoryMR |
+ RepositoryR |
✔️ |
❌ |
❌ |
@@ -571,6 +571,25 @@ Used template defaults to the `classic` one.
* **N** : Feature is already released, but new ones are available on `@master`
* **R** : Repository template (all plugins content will be restricted to related repository)
+
+💬 Using repository template
+
+To use `repository` template, you'll need to provide a repository name in `query` option.
+
+If repository owner is different from `token` owner, use `user` option to specify it.
+
+Add the following to your workflow :
+```yaml
+- uses: lowlighter/metrics@latest
+ with:
+ # ... other options
+ template: repository
+ user: "repository-owner"
+ query: '{"repo":"repository-name"}'
+```
+
+
+
## 🧩 Plugins
Plugins are features which can provide additional metrics and features.