diff --git a/README.md b/README.md index 4e01a0bd9..d9ba1b888 100755 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ srs is a simple, high-performance, running in single process,
origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).
Features:
-1. simple: also stable enough. -2. high-performance: single-thread, async socket, event/st-thread driven. -3. no edge server, origin server only. -4. no vod streaming, live streaming only. -5. no vhost, \_\_defaultVhost\_\_ only. -6. no multiple processes, single process only. +1. simple: also stable enough.
+2. high-performance: single-thread, async socket, event/st-thread driven.
+3. no edge server, origin server only.
+4. no vod streaming, live streaming only.
+5. no vhost, \_\_defaultVhost\_\_ only.
+6. no multiple processes, single process only.
Winlin