diff --git a/src/chm/documents/votive/authoring_first_votive_project.html.md b/src/chm/documents/votive/authoring_first_votive_project.html.md
index df436751f..9a240b5eb 100644
--- a/src/chm/documents/votive/authoring_first_votive_project.html.md
+++ b/src/chm/documents/votive/authoring_first_votive_project.html.md
@@ -21,11 +21,13 @@ In this tutorial, we will create a C# Windows Form Application and then use WiX
1. In the MySetup project, right-click on the References node and choose Add Reference....
1. Navigate to the Projects tab, click on the MyApplication project, and click the Add
button, and then press OK.
-1. Find the comment that says:
+1. Find the lines that say:
-
+
+
+
- Delete that line and replace it with the following lines of code:
+ Uncomment the first and last of those lines and replace the middle line (TODO:) with:
1. Build the WiX project.