diff --git a/README.md b/README.md
index 2409186f..6a954083 100644
--- a/README.md
+++ b/README.md
@@ -8,17 +8,19 @@ Generates your own GitHub metrics as an SVG image to put them on your profile pa
But there's more with [plugins](https://github.com/lowlighter/metrics/tree/master/src/plugins) and [templates](https://github.com/lowlighter/metrics/tree/master/src/templates) !
-| PageSpeed plugin | Music plugin | Languages plugin |
-| :-------------------: | :-------------------: | :-------------------: |
-|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.pagespeed.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.music.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.svg)|
-| **Follow-up plugin** | **Habits plugin** | **Other plugins** |
-|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.followup.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.habits.svg)|
- Lines of code
- Traffic
- More coming soon...
|
+| Google PageSpeed plugin | Favorite music tracks plugin | Recently listened music plugin |
+| :---------------------------------: | :---------------------------------: | :---------------------------------: |
+|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.pagespeed.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.music.playlist.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.music.recent.svg)|
+| **Most used languages plugin** | **Follow-up plugin** | **Coding Habits plugin** |
+|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.followup.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.habits.svg)|
+| **Repositories traffic plugin** | **Lines of code plugin** | |
+|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.traffic.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.lines.traffic.svg)| More to come soon ! |
| Classic template | Terminal template |
| :----------------: | :----------------: |
|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.terminal.svg)|
-### 🦑 Interested to get your own ?
+## 🦑 Interested to get your own ?
Try it now at [metrics.lecoq.io](https://metrics.lecoq.io/) with your GitHub username !
@@ -357,7 +359,7 @@ The *music* plugin can work in the following modes :
Select randomly a few tracks from a given playlist so you can suggest your favorite tracks to your visitors.
-
+
💬 About
@@ -430,7 +432,7 @@ Once you've extracted the embed url you can finish the setup by adding the follo
Display the track you played recently.
-
+
💬 About
@@ -522,7 +524,7 @@ Now that you've got your `client_id`, `client_secret` and `refresh_token` you ca
The *lines* of code plugin allows you to compute the number of lines of code you added and removed across all of your repositories.
-
+
💬 About
@@ -543,7 +545,7 @@ Add the following to your workflow :
The repositories *traffic* plugin allows you to compute the number of pages views across your repositories.
-
+
💬 About