From 2c1329b4296f947fbbc4acbe9124fb882378af26 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 7 Mar 2017 20:04:51 -0800 Subject: [PATCH] Update Motivation section --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index c26a995..3ce5d73 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,12 @@ ### Learn how to design large scale systems -Learning how to design scalable systems will make you a better engineer. +Learning how to design scalable systems will help make you a better engineer. System design is a broad topic. There is a **vast amount of resources scattered throughout the web** on system design principles. This repo is an **organized collection** of resources to help you learn how to build systems at scale. -Topics for learning system design: - -* [System design topic summaries](#index-of-system-design-topics) -* [Real world architectures](#real-world-architectures) -* [Engineering blogs](#company-engineering-blogs) - #### Learn from the open source community This is an **early draft** of a **continually updated, open source** project.