Merge pull request #706 from apache/DLAB-1680

[DLAB-1680] Updated documentation(3)[RC]
diff --git a/README.md b/README.md
index 0d9202b..18a8ed2 100644
--- a/README.md
+++ b/README.md
@@ -121,15 +121,15 @@
 
 The following diagrams demonstrate high-level physical architecture of DLab in AWS, GCP and Azure.
 
-Diagram of Dlab physical architecture on AWS:
+### Dlab high level Architecture on AWS: 
 
 ![Physical architecture](doc/dlab_aws.png)
 
-Diagram of Dlab physical architecture on GCP:
+### Dlab high level Architecture on GCP:
 
 ![Physical architecture](doc/dlab_gcp.png)
 
-Diagram of Dlab physical architecture on Azure:
+### Dlab high level Architecture on Azure:
 
 ![Physical architecture](doc/dlab_azure.png)
 
@@ -489,7 +489,7 @@
 sudo su
 apt-get update
 apt-get install git
-git clone https://github.com/apache/incubator-dlab.git
+git clone https://github.com/apache/incubator-dlab.git -b v2.3.0
 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
 add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
 apt-get update