diff --git a/Tutorial-Rainmaker.md b/Tutorial-Rainmaker.md
index f6126798..2b8517a1 100644
--- a/Tutorial-Rainmaker.md
+++ b/Tutorial-Rainmaker.md
@@ -19,12 +19,20 @@ Specify project name, directory path and ESP32 module (ESP32-WROOM or ESP32-C3).
-On the next screen, specify ESP Rainmaker extention and select example code to start with. For this tutorial, an example code for //Switch// was selected. Click "Create project using template switch".
+On the next screen, specify ESP Rainmaker extention and select example code to start with. For this tutorial, an example code for _ _Switch_ _ was selected. Click "Create project using template switch".
### Modify Template Code
+Make the following changes to app_main.cpp source file.
+
+Change the TAG variable as follows:
+
+```C++
+static const char *TAG = "ESP32-Nodes app main";
+```
+