diff --git a/README.md b/README.md
index f46cd602c..958419fcc 100755
--- a/README.md
+++ b/README.md
@@ -131,23 +131,23 @@ Supported operating systems and hardware:
## Summary
1. Simple: also stable enough.
1. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.
-03. Support RTMP edge server(plan), support origin server.
-04. RTMP without vod streaming, live streaming only.
-05. Support multiple processes, support single process.
-06. Support vhost, support \_\_defaultVhost\_\_.
-07. Support adobe rtmp live streaming.
-08. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.
-09. Support HLS audio-only live streaming.
-10. Support reload config to enable changes.
-11. Support cache last gop for flash player to fast startup.
-12. Support listen at multiple ports.
-13. Support long time(>4.6hours) publish/play.
-14. High performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB
-15. Support forward publish stream to build active-standby [cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster).
-16. Support broadcast by forward the stream to other servers(origin/edge).
-17. Support live stream transcoding by ffmpeg.
-18. Support live stream forward(acopy/vcopy) by ffmpeg.
-19. Support ffmpeg filters(logo/overlay/crop), x264 params, copy/vn/an.
+1. Support RTMP edge server(plan), support origin server.
+1. RTMP without vod streaming, live streaming only.
+1. Support multiple processes, support single process.
+1. Support vhost, support \_\_defaultVhost\_\_.
+1. Support adobe rtmp live streaming.
+1. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.
+1. Support HLS audio-only live streaming.
+1. Support reload config to enable changes.
+1. Support cache last gop for flash player to fast startup.
+1. Support listen at multiple ports.
+1. Support long time(>4.6hours) publish/play.
+1. High performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB
+1. Support forward publish stream to build active-standby [cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster).
+1. Support broadcast by forward the stream to other servers(origin/edge).
+1. Support live stream transcoding by ffmpeg.
+1. Support live stream forward(acopy/vcopy) by ffmpeg.
+1. Support ffmpeg filters(logo/overlay/crop), x264 params, copy/vn/an.
20. Support audio transcode only, speex/mp3 to aac
21. Support [http callback api hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback)(for authentication and injection).
22. Support bandwidth test api and flash client.