dcae r6 doc updates cont.

Change-Id: I2303d59ad9491c555adb70de57eb14ab1fa7233c
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1891
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
diff --git a/docs/sections/services/tcagen2-docker/installation.rst b/docs/sections/services/tcagen2-docker/installation.rst
index 7fa53e2..792f8a4 100644
--- a/docs/sections/services/tcagen2-docker/installation.rst
+++ b/docs/sections/services/tcagen2-docker/installation.rst
@@ -21,14 +21,13 @@
     - Tca-gen2 blueprint directory (/blueprints/k8s-tcagen2.yaml). The blueprint is also maintained in gerrit and can be downloaded from
     https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-tcagen2.yaml
      
-    - Create input file required for deployment
+    - Create input file required for deployment 
     	
         Configuration of the service consists of generating an inputs file (YAML) which will be used as part of the
         Cloudify install. The tca-gen2 blueprints was designed with known defaults for the majority of the fields.
         
         Below you will find examples of fields which can be configured, and some of the fields
-        which must be configured. The full list of configurable parameters can be seen within the bootstrap container under 
-        /inputs/k8s-tcagen2-inputs.yaml
+        which must be configured.  An input file is loaded into bootstrap container (/inputs/k8s-tcagen2-inputs.yaml).
         
 
         .. csv-table::
@@ -52,7 +51,7 @@
 
         .. code-block:: bash
 
-            cfy install --blueprint-id tca-gen2 --deployment-id tca-gen2 -i k8s-tcagen2-inputs.yaml /blueprints/k8s-tcagen2.yaml
+             cfy install --blueprint-id tcagen2 --deployment-id tcagen2 -i /inputs/k8s-tcagen2-inputs.yaml /blueprints/k8s-tcagen2.yaml
         
 
 
@@ -61,9 +60,9 @@
 - Uninstall running TCA-gen2 and delete deployment
     .. code-block:: bash
         
-        cfy uninstall tca-gen2
+        cfy uninstall tcagen2
 - Delete blueprint
     .. code-block:: bash
         
-        cfy blueprints delete tca-gen2
+        cfy blueprints delete tcagen2
         
\ No newline at end of file