From 3b66e32d7565709393ae890fa17a55ccbe599677 Mon Sep 17 00:00:00 2001
From: Caleb Sander <caleb.sander@gmail.com>
Date: Thu, 23 Apr 2020 19:08:15 -0400
Subject: [PATCH] Remove chat project; shift due dates

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a4d9d50..2d784a1 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,10 @@ You can contact me via:
 | Weeks | Topic and notes | Project | Due (at 10 PM PDT) |
 | ----- |---------------- | ------- | ------------------ |
 | 1-2 | [Callbacks](notes/callbacks/callbacks.md) | [Minesweeper](specs/minesweeper/minesweeper.md) | 2020-04-17 |
-| 3 | [Promises](notes/promises/promises.md) | [`make`](specs/make/make.md) | 2020-04-24 |
-| 4-5 | [Streams](notes/streams/streams.md) | [`grep`](specs/grep/grep.md) | 2020-05-08 |
-| 6 | [HTTP](notes/http/http.md) | [Wiki Game](specs/wiki-game/wiki-game.md) | 2020-05-15 |
-| 7 | [WebSockets](notes/websockets/websockets.md) | [Chat client](specs/chat/client.md) **OR** [Chat server](specs/chat/server.md) | 2020-05-22 |
+| 3-4 | [Promises](notes/promises/promises.md) | [`make`](specs/make/make.md) | ~~2020-04-24~~ 2020-05-01 |
+| 5-6 | [Streams](notes/streams/streams.md) | [`grep`](specs/grep/grep.md) | ~~2020-05-08~~ 2020-05-15 |
+| 7 | [HTTP](notes/http/http.md) | [Wiki Game](specs/wiki-game/wiki-game.md) | ~~2020-05-15~~ 2020-05-22 |
+| ~~7~~ | ~~[WebSockets](notes/websockets/websockets.md)~~ | ~~[Chat client](specs/chat/client.md) **OR** [Chat server](specs/chat/server.md)~~ | ~~2020-05-22~~ |
 | 8-9 | `async`-`await` | MiniVC | 2020-06-05 |
 
 ## JavaScript reference
-- 
GitLab