diff --git a/README.md b/README.md
index fce3e606..a5221212 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@ A GitHub Action which is run periodically at your convenience which generates an
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)
```
+
+Or with HTML :
```html
```
@@ -25,6 +25,16 @@ Assuming your username is `my-github-user`, you can embed your metrics in your p
💬 How to setup ?
+#### 0. Prepare your personal repository
+
+If you don't know yet or haven't done it yet, create a repository with the same name as your GitHub username.
+
+
+
+The `README.md` of this repository will be displayed on your GitHub user profile like below !
+
+
+
#### 1. Create a GitHub token
In your account settings, go to `Developer settings` and select `Personal access tokens` to create a new token.
@@ -113,8 +123,6 @@ For conveniency, you can use the shared instance available at [metrics.lecoq.io]
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)
```
@@ -326,7 +334,7 @@ These can provide more informations into your generated metrics, but it could al
The *pagespeed* plugin allows you to add your website performances.
-
+
These are computed through [Google's pagespeed API](https://developers.google.com/speed/docs/insights/v5/get-started), which returns the same results as [web.dev](https://web.dev).
@@ -354,7 +362,7 @@ Add the following to your workflow :
The *lines* plugin allows you to add the number of lines of code you added and removed across your repositories.
-
+
It will consume an additional GitHub request per repository.
@@ -376,7 +384,7 @@ Add the following to your workflow :
The *traffic* plugin allows you to add the number of pages views across your repositories.
-
+
It will consume an additional GitHub request per repository.
diff --git a/action/dist/index.js b/action/dist/index.js
index 910b40e5..44480171 100644
--- a/action/dist/index.js
+++ b/action/dist/index.js
@@ -28,6 +28,7 @@ __webpack_require__.r(__webpack_exports__);
//Initialization
console.log(`GitHub metrics as SVG image`)
console.log(`========================================================`)
+ process.on("unhandledRejection", error => { throw error })
//Load svg template, style and query
const template = `