diff --git a/README.md b/README.md
index 6a954083..f88468c4 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,14 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
|[
](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 ! |
+| **Repositories traffic plugin** | **Lines of code plugin** | **Recent posts plugin** |
+|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.traffic.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.lines.traffic.svg)| [
](https://github.com/lowlighter/lowlighter/blob/master/metrics.lines.posts.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)|
+| Classic template | Terminal template | |
+| :----------------: | :----------------: | :----------------: |
+|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg)|[
](https://github.com/lowlighter/lowlighter/blob/master/metrics.terminal.svg)| More to come soon ! |
## 🦑 Interested to get your own ?
@@ -593,7 +595,30 @@ Add the following to your workflow :
-#### ✒️ Follow-up
+#### ✒️ Posts
+
+The recent *posts* plugin allows you to display recent articles you wrote on an external source, like [dev.to](https://dev.to).
+
+
+
+
+💬 About
+
+Supported sources are :
+* [dev.to](https://dev.to)
+
+Add the following to your workflow :
+```yaml
+- uses: lowlighter/metrics@latest
+ with:
+ # ... other options
+ plugin_posts: yes
+ plugin_posts_source: ********
+```
+
+
+
+#### 🎟️ Follow-up
The *follow-up* plugin allows you to compute the ratio of opened/closed issues and the ratio of opened/merged pull requests on your repositories, which shows whether most of them are maintened or not.