diff --git a/README.md b/README.md
index 1a6ecd798..00916d27a 100755
--- a/README.md
+++ b/README.md
@@ -40,29 +40,29 @@ m3u8 url: http://127.0.0.1:80/live/livestream.m3u8
### Summary
1. simple: also stable enough.
2. high-performance: single-thread, async socket, event/st-thread driven.
-3. support vhost, support \_\_defaultVhost\_\_.
-4. support adobe rtmp live streaming.
-5. support apple hls(m3u8) live streaming.
-7. support reload config to enable changes.
-8. support cache last gop for flash player to fast startup.
-9. support listen at multiple ports.
-10. support long time(>4.6hours) publish/play.
-11. high performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB
-12. support forward publish stream to build active-standby cluster.
-13. support broadcast by forward the stream to other servers(origin/edge).
-14. [plan] support live stream transcoding by ffmpeg.
-15. [plan] support full http callback api.
-16. [plan] support network based cli and json result.
-17. [plan] support bandwidth test api and flash client.
-18. [plan] support adobe flash refer/token/swf verification.
-19. [plan] support adobe amf3 codec.
-20. [plan] support dvr(record live to vod file)
-21. [plan] support FMS edge protocol
-21. [plan] support encryption: RTMPE/RTMPS, HLS DRM
-22. [plan] support RTMPT, http to tranverse firewalls
-23. no edge server, origin server only.
-24. no vod streaming, live streaming only.
-25. no multiple processes, single process only.
+3. no edge server, origin server only.
+4. no vod streaming, live streaming only.
+5. no multiple processes, single process only.
+6. support vhost, support \_\_defaultVhost\_\_.
+7. support adobe rtmp live streaming.
+8. support apple hls(m3u8) live streaming.
+9. support reload config to enable changes.
+10. support cache last gop for flash player to fast startup.
+11. support listen at multiple ports.
+12. support long time(>4.6hours) publish/play.
+13. high performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB
+14. support forward publish stream to build active-standby cluster.
+15. support broadcast by forward the stream to other servers(origin/edge).
+16. [plan] support live stream transcoding by ffmpeg.
+17. [plan] support full http callback api.
+18. [plan] support network based cli and json result.
+19. [plan] support bandwidth test api and flash client.
+20. [plan] support adobe flash refer/token/swf verification.
+21. [plan] support adobe amf3 codec.
+22. [plan] support dvr(record live to vod file)
+23. [plan] support FMS edge protocol
+24. [plan] support encryption: RTMPE/RTMPS, HLS DRM
+25. [plan] support RTMPT, http to tranverse firewalls
### Performance
1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, 5956KB.