diff --git a/index.html.erb b/index.html.erb
index d52729b65..bcc7916a8 100644
--- a/index.html.erb
+++ b/index.html.erb
@@ -140,7 +140,7 @@
-
+
Fluentd uses MessagePack for all internal data representation. It's crazy fast because of zero-copy optimization of msgpack-ruby. Now MessagePack is an essential component of Fluentd to achieve high performance and flexibility at the same time.
Sadayuki Furuhashi, creator of Fluentd