From c88e44c720230117a3fad39b15217793e852f791 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 10 Mar 2014 18:34:01 +0800 Subject: [PATCH] simplify usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a209485..eece6e0a1 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ git clone https://github.com/winlinvip/simple-rtmp-server && cd simple-rtmp-server/trunk Step 2: build SRS, -Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
+Requires Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
 ./configure --with-ssl --without-hls --without-ffmpeg --without-http && make