diff --git a/README.md b/README.md
index 733f7f0cd..dd5d4b54d 100755
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ step 5(optional): start http hooks for srs callback
python ./research/api-server/server.py 8085-step 5: publish live stream
FMS URL: rtmp://127.0.0.1:1935/live Stream: livestream @@ -46,7 +46,7 @@ For example, use ffmpeg to publish: sleep 1; \ done-step 6: add server ip to client hosts as demo.
# edit the folowing file: # linux: /etc/hosts @@ -54,19 +54,19 @@ step 6: add server ip to client hosts as demo.-step 7: play live stream.
# where server ip is 192.168.2.111 192.168.2.111 demo
rtmp url: rtmp://demo:1935/live/livestream m3u8 url: http://demo:80/live/livestream.m3u8-step 8: play live stream auto transcoded
rtmp url: rtmp://demo:1935/live/livestream_ld m3u8 url: http://demo:80/live/livestream_ld.m3u8 rtmp url: rtmp://demo:1935/live/livestream_sd m3u8 url: http://demo:80/live/livestream_sd.m3u8-step 9: play live stream auto forwarded, the hls dir change to /forward
rtmp url: rtmp://demo:19350/live/livestream m3u8 url: http://demo:80/forward/live/livestream.m3u8