Updates to getting started
diff --git a/websites/www.eclipse.org-app4mc-hugo/site/content/gs-create-model.md b/websites/www.eclipse.org-app4mc-hugo/site/content/gs-create-model.md
index 66cda8f..530323c 100644
--- a/websites/www.eclipse.org-app4mc-hugo/site/content/gs-create-model.md
+++ b/websites/www.eclipse.org-app4mc-hugo/site/content/gs-create-model.md
@@ -57,10 +57,10 @@
     
 1. Create a label named *LabelA*
 	* Under the **Software** item select the **Labels** item and right-click on **New Child > Label**.  
-	  It will add under **Labels** a new child by default labeled **Label**
-	* Select this *Label* then click on the **Properties** tab below the tree editor to visualize the label properties.
-	* Click on the cell right next to the property named **Name** and fill it with *LabelA*.  
-	  Press the return key. The label item in the tree editor should has been renamed *LabelA*.  
+	  This will add a new child under **Labels** by default labeled **Label**.
+	* Select this *Label* then click on the **Properties** tab below the tree editor to display the label properties.
+	* Click on the cell next to the property named **Name** and fill it with *LabelA*.  
+	  Press enter. The label item in the tree editor should be renamed *LabelA*.  
 	     
       <img src="../images/gs-create-model/07-create-label.png" class="img-responsive">  
 
@@ -68,21 +68,21 @@
 
 1. Create a Runnable named *Runnable1*
 	* Under the **Software** item select the **Runnables** item and right-click on **New Child > Runnable**.  
-	  It will add under **Runnables** a new child by default labeled **Runnable**
+	  This will add a new child under **Runnables** by default labeled **Runnable**
 	* Select this *Runnable* then click on the **Properties** tab below the tree editor to name it *Runnable1*.
 	
-1. Create 2 other runnables named respectively *Runnable2* and *Runnable3*.  
+1. Create 2 additional runnables named respectively *Runnable2* and *Runnable3*.  
 	&nbsp;  
 	<img src="../images/gs-create-model/08-create-runnables.png" class="img-responsive">
 	
 1. Expand the runnable named *Runnable1*
-	* Create a *20 constant instructions*
-		- Right-click on the **Runnable Items** item then select the menu item **New Child > Instructions Constant**
-		- Select the created child then click on the **Properties** tab above the tree editor.
+	* Create an instance of * instructions (constant) 20 *
+		- From the context menu under **Runnable Items**, select **New Child > Instructions Constant**
+		- Select the child created then click on the **Properties** tab above the tree editor.
 		- Change the value of the **Value** property to *20*
 	* Create a *write access to LabelA*
 		- Create another runnable item by selecting the menu item **New Child > Label Access**
-		- Select the created child then click on the **Properties** tab above the tree editor.
+		- Select the child created then click on the **Properties** tab above the tree editor.
 		- Select for the **Access** property the value *write* 
 		- Select for the **Data** property the value *Label LabelA*  
 	      &nbsp;