Browse Source

Update README.md

chanhoonseng 7 years ago
parent
commit
afd5cb348a
1 changed files with 1 additions and 5 deletions
  1. 1 5
      README.md

+ 1 - 5
README.md

@@ -1,10 +1,6 @@
 # BORA - Build Once Run Always
 BORA is a static monitoring framework, which aims to minimize the maintaining effort on the page and offers a flexible way to add and remove data items. Also, BORA addresses the limitation of ADEI server by building a retrofit interface that is capable of handling concurrent connections.
 
-##Contents##
-* [Installation] (#Installation)
-* [Usage] (# Usage)
-
 <br />
 ##Installation
 Following demonstrates an example on BORA installation guide in openSUSE operating system. 
@@ -55,7 +51,7 @@ Debugging...
 <br />
 ##Usage
 
-In principle, there are 2 viewer mode in BORA: designer mode and status mode. In designer mode  (http://localhost:\<port\>/designer), users are allowed to style the data with multifarious features whereas the status mode (http://localhost:\<port\>/status) displays the data styling from the designer mode to the viewers. 
+In principle, there are 2 viewer modes in BORA: designer mode and status mode. In designer mode  (http://localhost:\<port\>/designer), users are allowed to style the data with multifarious features whereas the status mode (http://localhost:\<port\>/status) displays the data styling from the designer mode to the viewers. 
 
 **Data registration**