diff --git a/README.md b/README.md
index c0ddfba..95843af 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# ToolJet for YunoHost
-[![Integration level](https://dash.yunohost.org/integration/tooljet.svg)](https://dash.yunohost.org/appci/app/tooljet) ![](https://ci-apps.yunohost.org/ci/badges/tooljet.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/tooljet.maintain.svg)
+[![Integration level](https://dash.yunohost.org/integration/tooljet.svg)](https://dash.yunohost.org/appci/app/tooljet) ![Working status](https://ci-apps.yunohost.org/ci/badges/tooljet.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/tooljet.maintain.svg)
[![Install ToolJet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tooljet)
*[Lire ce readme en français.](./README_fr.md)*
@@ -34,13 +34,11 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
-**Shipped version:** 1.13.0~ynh1
-
-
+**Shipped version:** 1.18.0~ynh1
## Screenshots
-![](./doc/screenshots/example.png)
+![Screenshot of ToolJet](./doc/screenshots/example.png)
## Disclaimers / important information
@@ -56,21 +54,22 @@ TODO
## Documentation and resources
-* Official app website: https://tooljet.com/
-* Official user documentation: https://docs.tooljet.com/docs/intro
-* Upstream app code repository: https://github.com/ToolJet/ToolJet
-* YunoHost documentation for this app: https://yunohost.org/app_tooljet
-* Report a bug: https://github.com/YunoHost-Apps/tooljet_ynh/issues
+* Official app website:
+* Official user documentation:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug
or
sudo yunohost app upgrade tooljet -u https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug
```
-**More info regarding app packaging:** https://yunohost.org/packaging_apps
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 3ea1893..e4f5001 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+
+
# ToolJet pour YunoHost
-[![Niveau d'intégration](https://dash.yunohost.org/integration/tooljet.svg)](https://dash.yunohost.org/appci/app/tooljet) ![](https://ci-apps.yunohost.org/ci/badges/tooljet.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/tooljet.maintain.svg)
+[![Niveau d'intégration](https://dash.yunohost.org/integration/tooljet.svg)](https://dash.yunohost.org/appci/app/tooljet) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/tooljet.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/tooljet.maintain.svg)
[![Installer ToolJet avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tooljet)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer ToolJet rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@@ -30,13 +34,11 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
-**Version incluse :** 1.13.0~ynh1
-
-
+**Version incluse :** 1.18.0~ynh1
## Captures d'écran
-![](./doc/screenshots/example.png)
+![Capture d'écran de ToolJet](./doc/screenshots/example.png)
## Avertissements / informations importantes
@@ -52,21 +54,22 @@ TODO
## Documentations et ressources
-* Site officiel de l'app : https://tooljet.com/
-* Documentation officielle utilisateur : https://docs.tooljet.com/docs/intro
-* Dépôt de code officiel de l'app : https://github.com/ToolJet/ToolJet
-* Documentation YunoHost pour cette app : https://yunohost.org/app_tooljet
-* Signaler un bug : https://github.com/YunoHost-Apps/tooljet_ynh/issues
+* Site officiel de l'app :
+* Documentation officielle utilisateur :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug
ou
sudo yunohost app upgrade tooljet -u https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
\ No newline at end of file
+**Plus d'infos sur le packaging d'applications :**