Adding a way to log into the BCM.0> cli with olt process in background

Change-Id: I94979cd4ea302a4aba93987b390452ed4bcb61e8
diff --git a/README.md b/README.md
index 6876893..47d6f91 100644
--- a/README.md
+++ b/README.md
@@ -288,11 +288,16 @@
 ```shell
 bs /b/e port/index=wan0
 ```
+### How to get access to MAPLE CLI on OLT box
+To get access to the `BCM.0>` maple console please ssh into the OLT and then execute:
+```shell
+cd /broadcom
+./example_user_appl
+```
 
 ### How do I check packet counters on the OLT's PON interface?
 
 Following is an example of retrieving the interface description for PON intf_id 0 (TODO: document PON interface numbering for Edgecore OLT).
-**The BCM.0> shell is accessible when running openolt agent in the foreground**
 
 ```shell
 BCM.0> a/t clear=no object=pon_interface sub=itu_pon_stats pon_ni=0
@@ -344,10 +349,9 @@
 [-- API Complete: 0 (OK) --]
 ```
 
-#### How do I check packet counters on the OLT's NNI interface?
+### How do I check packet counters on the OLT's NNI interface?
 
 Following command retrieves NNI intf_id 0:
-**The BCM.0> shell is accessible when running openolt agent in the foreground**
 
 ```shell
 BCM.0> a/t clear=no object=nni_interface sub=stats id=0
@@ -377,7 +381,6 @@
 ### How do I list flows installed in the OLT?
 
 Following command lists the flows installed on the OLT.
-**The BCM.0> shell is accessible when running openolt agent in the foreground**
 
 ```shell
 BCM.0> a/m max_msgs=100 filter_invert=no object=flow
diff --git a/VERSION b/VERSION
index c212a7f..c1da3cd 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-2.1.1
+2.1.1-dev