diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index 35358acafff8e58fb937d439451647d649314473..3970bcf258952b5257ef1d06654d06e8fa218819 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -171,17 +171,17 @@ Usage: `column-thumbnail`_.
 Setup
 -----
 
-* Install the extension via the Extensionmanager.
+* Install the extension via the Extension Manager.
 
   * If you install the extension by manual download/upload and get an error message
-    "can't activate extension": rename the downloaded zip file to `qfq.zip` or `qfq_<version>.zip` (e.g. version: 0.9.1).
+    "can't activate extension": rename the downloaded zip file to `qfq.zip` or `qfq_<version>.zip` (e.g. version: 18.12.0).
 
-  * If the Extensionmanager stops after importing: check your memory limit in php.ini.
+  * If the Extension Manager stops after importing: check your memory limit in php.ini.
 
-* Copy/rename the file *<site path>/typo3conf/ext/qfq/config.example.qfq.php* to *config.qfq.php*.
+* Copy/rename the file *<site path>/typo3conf/ext/qfq/config.example.qfq.php* to *<site path>/typo3conf/config.qfq.php*.
   Configure the necessary settings `configuration`_
-  The configuration file is outside the of extension directory, to not loose it during updates.
-* When the QFQ Extension is called the first time on the Typo3 Frontend, the file *<ext_dir>/qfq/sql/formEditor.sql* will
+  The configuration file is outside of the extension directory, to not loose it during de-install and install again.
+* When the QFQ Extension is called the first time on the Typo3 frontend, the file *<ext_dir>/qfq/sql/formEditor.sql* will
   played and fills the database with the *Form editor* records. This also happens automatically after each update of QFQ.
 * Configure Typoscript to include Bootstrap, jQuery, QFQ javascript and CSS files.
 
@@ -272,8 +272,8 @@ Setup a *report* to manage all *forms*:
 
 .. _install-checklist:
 
-Install Check List
-------------------
+Installation: Check List
+------------------------
 
 * Protect the directory `<T3 installation>/fileadmin/protected` in Apache against direct file access.