diff --git a/DESIGN.md b/DESIGN.md
index 52d2f6919dc..97e92718419 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -1,5 +1,33 @@
# Kubernetes Design Overview
+
+
+## Overview
+
Kubernetes builds on top of [Docker](http://www.docker.io) to construct a clustered container scheduling service. The goals of the project are to enable users to ask a Kubernetes cluster to run a set of containers. The system will automatically pick a worker node to run those containers on.
As container based applications and systems get larger, some tools are provided to facilitate sanity. This includes ways for containers to find and communicate with each other and ways to work with and manage sets of containers that do similar work.