updated index.html

This commit is contained in:
Roman Arutyunyan
2012-07-13 14:39:20 +04:00
parent c96be0c2e1
commit aa19e90511

View File

@ -32,8 +32,6 @@
<section id="main_content">
<p>NGINX-based RTMP server</p>
<h2>Wiki manual</h2>
<p><a href="https://github.com/arut/nginx-rtmp-module/wiki">https://github.com/arut/nginx-rtmp-module/wiki</a></p>
@ -75,7 +73,7 @@ make install
<h3>Simple Live Streaming</h3>
<code>
<pre>
rtmp {
server {
@ -98,7 +96,7 @@ rtmp {
}
}
</code>
</pre>
<h3>Transcoding</h3>
<code>