Updated README.md

Change-Id: Ie022e9dae1c652900929b2da0b5f854ec9c4b5da
diff --git a/views/ngXosLib/README.md b/views/ngXosLib/README.md
index 958b721..dcde9e6 100644
--- a/views/ngXosLib/README.md
+++ b/views/ngXosLib/README.md
@@ -70,10 +70,12 @@
 
 This will build your application and copy files in the appropriate locations to be used by django.
 
-At this point you can enter: `http://localhost:9999/admin/core/dashboardview/add/` and add your custom view.
+At this point you can enter a running XOS instance, and trough the `customize` page is possible to add your custom view.
 
 >_NOTE url field should be `template:xosSampleView`_
 
+A view can also be loaded via `TOSCA` and the related recipe is automatically printed at the end of the `npm run build` command or can be printed with `npm run tosca`.
+
 #### Install dependencies in your app
 
 To install a local dependency use bower with `--save`. Common modules are saved in `devDependencies` as they already loaded in the Django template.