diff --git a/README.md b/README.md index 841543039..c75165957 100755 --- a/README.md +++ b/README.md @@ -133,29 +133,29 @@ Stream Architecture: Bandwidth Test Workflow:
- +------------+             +----------+
- |  Client    |             |  Server  |
- +-----+------+             +-----+----+
-       |                          |           
-       |  connect vhost------>    |
-       |  <-----result(success)   |
-       |                          |
-       |  <----call(start play)   |
-       |  result(playing)----->   |
-       |  <-------data(playing)   |
-       |  <-----call(stop play)   |
-       |  result(stopped)----->   |
-       |                          |
-       |  <-call(start publish)   |
-       |  result(publishing)-->   |
-       |  data(publishing)---->   |
-       |  <--call(stop publish)   |
-       |  result(stopped)(1)-->   |
-       |                          |
-       |  <--------------report   |
-       |  final(2)------------>   |
-       |                     |
-       
+      +------------+             +----------+
+      |  Client    |             |  Server  |
+      +-----+------+             +-----+----+
+                |                          |       
+            |  connect vhost------>    |
+            |  <-----result(success)   |
+            |                          |
+            |  <----call(start play)   |
+            |  result(playing)----->   |
+            |  <-------data(playing)   |
+            |  <-----call(stop play)   |
+            |  result(stopped)----->   |
+            |                          |
+            |  <-call(start publish)   |
+            |  result(publishing)-->   |
+            |  data(publishing)---->   |
+            |  <--call(stop publish)   |
+            |  result(stopped)(1)-->   |
+            |                          |
+            |  <--------------report   |
+            |  final(2)------------>   |
+            |                     |
+            
 @see: class SrsBandwidth comments.