diff --git a/ALL_README.md b/ALL_README.md
index e3c80d2..df3708b 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -6,5 +6,6 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
+- [Lees de README in het Nederlands](README_nl.md)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README_es.md b/README_es.md
index a678d88..ec234a3 100644
--- a/README_es.md
+++ b/README_es.md
@@ -40,7 +40,7 @@ Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallaba
## Información para desarrolladores
-Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing
+Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing).
Para probar la rama `testing`, sigue asÍ:
diff --git a/README_nl.md b/README_nl.md
new file mode 100644
index 0000000..5edede1
--- /dev/null
+++ b/README_nl.md
@@ -0,0 +1,53 @@
+
+
+# Wallabag voor Yunohost
+
+[](https://ci-apps.yunohost.org/ci/apps/wallabag2/)  
+
+[](https://install-app.yunohost.org/?app=wallabag2)
+
+*[Deze README in een andere taal lezen.](./ALL_README.md)*
+
+> *Met dit pakket kun je Wallabag snel en eenvoudig op een YunoHost-server installeren.*
+> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
+
+## Overzicht
+
+Wallabag is a self hostable Read-It-Later application allowing you to not miss any content anymore. Click, save, read it when you can.
+It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo).
+
+Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) app requires a manual operation. That's why it's provided as a new package. For the migration process, please refer to the [Wallabag official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html).
+
+
+**Geleverde versie:** 2.5.4~ynh5
+
+**Demo:**
+
+## Schermafdrukken
+
+
+
+## Documentatie en bronnen
+
+- Officiele website van de app:
+- Officiele beheerdersdocumentatie:
+- Upstream app codedepot:
+- YunoHost-store:
+- Meld een bug:
+
+## Ontwikkelaarsinformatie
+
+Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing).
+
+Om de `testing`-branch uit te proberen, ga als volgt te werk:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing --debug
+of
+sudo yunohost app upgrade wallabag2 -u https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing --debug
+```
+
+**Verdere informatie over app-packaging:**