From 73357aabb3f6c03d2dadc81cef09eeb063a86478 Mon Sep 17 00:00:00 2001
From: Donne Martin <donne.martin@gmail.com>
Date: Sun, 12 Mar 2017 17:13:09 -0400
Subject: [PATCH] Update Motivation section

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index dc2e1e6..c55a06b 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@ System design is a broad topic.  There is a **vast amount of resources scattered
 
 This repo is an **organized collection** of resources to help you learn how to build systems at scale.
 
-#### Learn from the open source community
+### Learn from the open source community
 
-This is an **early draft** of a **continually updated, open source** project.
+This is an early draft of a continually updated, open source project.
 
 [Contributions](#contributing) are welcome!
 
@@ -29,7 +29,7 @@ This is an **early draft** of a **continually updated, open source** project.
 
 In addition to coding interviews, system design is a **required component** of the **technical interview process** at many tech companies.
 
-**Practice common system design interview questions** and **compare** your results with sample **discussions, code, and diagrams**.
+**Practice common system design interview questions** and **compare** your results with **sample solutions**: discussions, code, and diagrams.
 
 Additional topics for interview prep:
 
-- 
GitLab