diff --git a/README.md b/README.md
index c43309d..877df5c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ It shall NOT be edited by hand.
# BookWyrm for YunoHost
[](https://dash.yunohost.org/appci/app/bookwyrm)  
-[](https://install-app.yunohost.org/?app=BookWyrm_ynh)
+[](https://install-app.yunohost.org/?app=bookwyrm)
*[Lire ce readme en français.](./README_fr.md)*
@@ -15,38 +15,39 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
-BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. Federation allows BookWyrm users to join small, trusted communities that can connect with one another, and with other ActivityPub services like Mastodon and Pleroma.
+BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next.
+
**Shipped version:** 0.5.3~ynh1
-**Demo:** https://joinbookwyrm.com/
+**Demo:** https://joinbookwyrm.com/fr/
## Screenshots
-
+
## Disclaimers / important information
-
+This project is still young and isn't, at the moment, very stable, so please proceed with caution when running in production.
## Documentation and resources
-* Official app website:
+* Official app website:
* Official admin documentation:
* Upstream app code repository:
* YunoHost documentation for this app:
-* Report a bug:
+* Report a bug:
## Developer info
-Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/BookWyrm_ynh/tree/testing).
+Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
-sudo yunohost app install https://github.com/YunoHost-Apps/BookWyrm_ynh/tree/testing --debug
+sudo yunohost app install https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
or
-sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/BookWyrm_ynh/tree/testing --debug
+sudo yunohost app upgrade bookwyrm -u https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
```
**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 1dde77f..87c359b 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -6,16 +6,16 @@ It shall NOT be edited by hand.
# BookWyrm pour YunoHost
[](https://dash.yunohost.org/appci/app/bookwyrm)  
-[](https://install-app.yunohost.org/?app=BookWyrm_ynh)
+[](https://install-app.yunohost.org/?app=bookwyrm)
*[Read this readme in english.](./README.md)*
-> *Ce package vous permet d'installer Example app rapidement et simplement sur un serveur YunoHost.
+> *Ce package vous permet d'installer BookWyrm 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.*
## Vue d'ensemble
-BookWyrm est un réseau social qui vous permet de suivre vos lectures, de parler de livres, d'écrire des critiques et de découvrir vos prochaines lectures. Federation permet aux utilisateurs de BookWyrm de rejoindre de petites communautés de confiance qui peuvent se connecter entre elles et avec d'autres services ActivityPub comme Mastodon et Pleroma.
+BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite.
**Version incluse :** 0.5.3~ynh1
@@ -24,17 +24,18 @@ BookWyrm est un réseau social qui vous permet de suivre vos lectures, de parler
## Captures d'écran
-
+
## Avertissements / informations importantes
+Ce projet est encore jeune et n'est pas, pour le moment, très stable, faites preuve de prudence lors de son utilisation en production.
## Documentations et ressources
* Site officiel de l'app :
* Documentation officielle de l'admin :
* Dépôt de code officiel de l'app :
-* Documentation YunoHost pour cette app :
+* Documentation YunoHost pour cette app :
* Signaler un bug :
## Informations pour les développeurs
@@ -46,7 +47,7 @@ Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
ou
-sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
+sudo yunohost app upgrade bookwyrm -u https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :**