diff --git a/README.md b/README.md
index 3e1d3625..46e5cecc 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,19 @@ Below is what it looks like :
A GitHub Action which is run periodically at your convenience which generates and push an SVG image on your personal repository.
-Assuming your username is `my-github-user`, you can embed your metrics like below :
+Assuming your username is `my-github-user`, you can embed your metrics in your personal repository's readme like below :
```markdown
-
+
+# Or with a redirection :
+[](https://github.com/my-github-user/my-github-user)
```
```html
-
+
+```
+
+If you want to include it somewhere different from your personal repository, use the full link instead :
+```markdown
+
```
@@ -75,12 +82,11 @@ Note that this will virtually increase your commits stats, so you could use a bo
For conveniency, you can use the shared instance available at [metrics.lecoq.io](https://metrics.lecoq.io).
-Assuming your username is `my-github-user`, you can embed your metrics like below :
+Assuming your username is `my-github-user`, you can embed your metrics in your personal repository's readme like below :
```markdown

-```
-```html
-
+# Or with a redirection :
+[](https://github.com/my-github-user/my-github-user)
```