diff --git a/README.md b/README.md
index f0e0de990a8e12d215d5bd44392bfaa87e39ce38..343bcf6c621aebd643c1b98e700dff6007188a51 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,6 @@ Once installation is complete, run `/srv/funkwhale/virtualenv/bin/python /srv/fu
 | `funkwhale_nginx_additional_config`   | `""`                                                                                                                                                                | Additional nginx configuration to add to the Funkwhale `server{}` block                                                                                                                 |
 | `funkwhale_nginx_managed`             | `true`                                                                                                                                                              | If `true`, will install and configure nginx                                                                                                                                             |
 | `funkwhale_nginx_tls_termination`     | `true`                                                                                                                                                              | If `false`, disable SSL in nginx                                                                                                                                                        |
-
 | `funkwhale_nginx_tls_configure_ciphers` | `true` | Set TLS ciphers, curves, etc, overriding any settings in http{} |
 | `funkwhale_nginx_max_body_size` | `100M` | Value of nginx's `max_body_size` parameter to use |
 | `funkwhale_protocol` | `https` | If set to `https`, will configure Funkwhale and Nginx to work behind HTTPS. Use `http` to completely disable SSL. |