diff --git a/src/Microsoft.AspNet.Mvc/BuilderExtensions.cs b/src/Microsoft.AspNet.Mvc/BuilderExtensions.cs
index 16af874b02..ebecd87f93 100644
--- a/src/Microsoft.AspNet.Mvc/BuilderExtensions.cs
+++ b/src/Microsoft.AspNet.Mvc/BuilderExtensions.cs
@@ -31,7 +31,8 @@ namespace Microsoft.AspNet.Builder
///
/// Adds MVC to the request execution pipeline
- /// with a default route.
+ /// with a default route named 'default' and the following template:
+ /// '{controller=Home}/{action=Index}/{id?}'.
///
/// The .
/// The .