diff --git a/docs/install.md b/docs/install.md
index e1d9880..023f36f 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -84,13 +84,12 @@ You can use your own certificate, being it a single, wildcard or SAN certificate
 
 The installer accepts all the variables existing in [`dd.conf.sample`][dd.conf.sample] as environment variables using the `DD_` prefix to distinct of other environment variables.
 
-For example, the variable `DOMAIN` can be pre-configured with the environment variable `DD_DOMAIN`.
-Read the next example.
+For example, the variable `DOMAIN` can be pre-configured with the environment variable `DD_DOMAIN`, as seen in the example below.
 
 If `DD_DOMAIN` is defined, the unattended installation will be started using values from environment variables.
 Otherwise, without defining `DD_DOMAIN`, it will proceed with the unattended installation.
 
-Take note that when using the unattended mode, the dns records must resolve to your server ip address. You will need to setup DNS records for:
+Take note that when using the unattended mode, the dns records must resolve to your server ip address. So, you will need to setup DNS records for:
 
 	- moodle.${DD_DOMAIN}
     - nextcloud.${DD_DOMAIN}