Updated docs
diff --git a/README.md b/README.md
index 027e217..1cdcee4 100644
--- a/README.md
+++ b/README.md
@@ -13,33 +13,39 @@
 Role Variables
 --------------
 
-    admin_user: Administrative user name
-    admin_pass: Administrative user password
-    user_name: User email address
-    user_pass: User password
-    first_name: User first name
-    last_name: User last name
-    org_name: Organization name
-    virtual_host_port: Virtual host port
-    virtual_host_name: Virtual host name
-    virtual_host_alias: Virtual host alias
-    env_name: Name of environment to create
-    management_server_addr: Host name or ip of the management server
-    management_server_port: Port numnber of the management server
-    management_server_host: Full ip address and port to the management server
-    
-    apigee_installation_path_prefix: Apigee installation directory parent
-    apigee_installation_home: Apigee installation directory
-    apigee_bin: Apigee binary directory
-    apigee_conf:  Apigee configuration directory
-    all_status: Apigee all status script
-    all_start: Apigee all start script
-    all_stop: Apigee all stop script
-    
-    create_user: Apigee create user script
-    create_org: Apigee create organization script
-    create_roles: Apigee create roles script
-    add_env: Apigee add environment script
+| Variable Name | Description |
+| --- | --- |
+| admin_user | Administrative user name |
+| admin_pass | Administrative user password          |
+| user_name | User email address             |
+| user_pass | User password                    |
+| first_name | User first name          |
+| last_name | User last name          |
+| org_name | Organization name     |
+| virtual_host_port | Virtual host port     |
+| virtual_host_name | Virtual host name  |
+| virtual_host_alias | Virtual host alias  |
+| env_name | Name of environment to create |
+| management_server_addr | Host name or ip of the management server      |
+| management_server_port | Port numnber of the management server       |
+| management_server_host | Full ip address and port to the management server      |
+| apigee_installation_path_prefix | Apigee installation directory parent       |
+| apigee_installation_home | Apigee installation directory        |
+| apigee_bin | Apigee binary directory                        |
+| apigee_conf |  Apigee configuration directory        |
+| all_status | Apigee all status script             |
+| all_start | Apigee all start script            |
+| all_stop | Apigee all stop script          |
+| create_user | Apigee create user script   |
+| create_org | Apigee create organization script    |
+| create_roles | Apigee create roles script      |
+| add_env | Apigee add environment script      |
+
+The tenants collection can be used to create multiple organizations, environments and users. Structure the tenants collection
+as follows: 
+
+    tenants:
+    - { org: opdk, env: test, new_user: 'y' }
 
 Dependencies
 ------------
@@ -62,7 +68,7 @@
 License
 -------
 
-Apache License Version 2.0, January 2004
+Apache 2.0
 
 Author Information
 ------------------