diff --git a/reference/mongodb/tutorial/hhvm.xml b/reference/mongodb/tutorial/hhvm.xml
index 183ee50c1c..0e937fdef7 100644
--- a/reference/mongodb/tutorial/hhvm.xml
+++ b/reference/mongodb/tutorial/hhvm.xml
@@ -17,8 +17,8 @@
/usr/local/hhvm/3.9.1/bin/hhvm
).
-
- NGINX
+
+ Installing NGINX
We simply install NGINX by running apt-get install nginx-full
.
@@ -41,8 +41,8 @@
-
- HHVM
+
+ Installing HHVM
This tutorial is written from the perspective of an extension developer, so
@@ -94,8 +94,8 @@ sudo -u www-data -s /usr/local/hhvm/3.9.1/bin/hhvm \
-
- Making NGINX talk to HHVM
+
+ Making NGINX Talk to HHVM
Once HHVM runs, we need to tell NGINX how to talk to HHVM for executing
@@ -172,8 +172,8 @@ phpinfo();
-
- MongoDB Driver for HHVM
+
+ Installing the MongoDB Driver for HHVM
The MongoDB driver is the part that links up the PHP in HHVM with the
@@ -223,7 +223,7 @@ string(5) "x.y.z"
Continue this tutorial by jumping to
-
+ .