diff --git a/Updater/README.md b/Updater/README.md
index e56c398c683dad7ed6c1ed1678d7dd3a2e8ba0d8..e6e90f20e7a18f753786b20ede111817e45365e5 100644
--- a/Updater/README.md
+++ b/Updater/README.md
@@ -1,5 +1,5 @@
-Service Installation Updates
-============================
+Service Updates, Config and Log Files Management
+================================================
 
 The service can automatically be updated by running the `Update-Service.ps1`
 script. It will check a remote location (configurable via a config file) and do
@@ -16,8 +16,8 @@ the following tasks:
 - upload the local service log file to the storage location that is also used
   to retrieve updates
 
-Config File Options
--------------------
+Updater Config File Options
+---------------------------
 
 An example config file for the update script is provided as
 `UpdaterConfig-Example.inc.ps1`. The values should be mostly self-explaining, so
@@ -124,4 +124,4 @@ Register-ScheduledJob `
     -Trigger $JobTrigger `
     -Credential $Cred `
     -Verbose
-```
\ No newline at end of file
+```