diff --git a/README.md b/README.md
index 87261cc..ee7cb3b 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.
-
**Shipped version:** 22.7~ynh1
## Screenshots
@@ -27,9 +26,9 @@ Cjdns implements an encrypted IPv6 network using public-key cryptography for add
## Documentation and resources
-* Upstream app code repository:
-* YunoHost Store:
-* Report a bug:
+- Upstream app code repository:
+- YunoHost Store:
+- Report a bug:
## Developer info
@@ -37,10 +36,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
-``` bash
+```bash
sudo yunohost app install https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug
or
sudo yunohost app upgrade cjdns -u https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug
```
-**More info regarding app packaging:**
\ No newline at end of file
+**More info regarding app packaging:**