diff --git a/README.md b/README.md
index e95eb14..8953452 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Ensure that you have at least Python 3.8 installed.
 To install PFERD or update your installation to the latest version, run this
 wherever you want to install/have installed PFERD:
 ```
-$ pip install git+https://github.com/Garmelon/PFERD@v2.1.1
+$ pip install git+https://github.com/Garmelon/PFERD@v2.1.2
 ```
 
 The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
@@ -37,8 +37,8 @@ $ mkdir Vorlesungen
 $ cd Vorlesungen
 $ python3 -m venv .venv
 $ .venv/bin/activate
-$ pip install git+https://github.com/Garmelon/PFERD@v2.1.1
-$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.1.1/example_config.py
+$ pip install git+https://github.com/Garmelon/PFERD@v2.1.2
+$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.1.2/example_config.py
 $ python3 example_config.py
 $ deactivate
 ```
diff --git a/example_config.py b/example_config.py
index 9072b2e..bffecfb 100644
--- a/example_config.py
+++ b/example_config.py
@@ -124,6 +124,7 @@ def main() -> None:
             cookies="ilias_cookies.txt",
         )
 
+    # Prints a summary listing all new, modified or deleted files
     pferd.print_summary()
 
 if __name__ == "__main__":
diff --git a/example_config_personal_desktop.py b/example_config_personal_desktop.py
index 9b6bf7a..8d481b4 100644
--- a/example_config_personal_desktop.py
+++ b/example_config_personal_desktop.py
@@ -30,6 +30,7 @@ def main() -> None:
         cookies="ilias_cookies.txt",
     )
 
+    # Prints a summary listing all new, modified or deleted files
     pferd.print_summary()