From b82f348fd76e27ca2a4dcf6273c8f7bbba6ee746 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 20 Aug 2018 00:37:16 -0400 Subject: [PATCH] Update Twitter/Facebook exercise description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fbd3ea0..0b88d27e 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ Check out the following links to get a better idea of what to expect: | Question | | |---|---| | Design Pastebin.com (or Bit.ly) | [Solution](solutions/system_design/pastebin/README.md) | -| Design the Twitter timeline and search
(or Facebook feed and search) | [Solution](solutions/system_design/twitter/README.md) | +| Design the Twitter timeline and search (or Facebook feed and search) | [Solution](solutions/system_design/twitter/README.md) | | Design a web crawler | [Solution](solutions/system_design/web_crawler/README.md) | | Design Mint.com | [Solution](solutions/system_design/mint/README.md) | | Design the data structures for a social network | [Solution](solutions/system_design/social_graph/README.md) |