From 15cb3e04075245b6dd4335851a4da51ac122ed4f Mon Sep 17 00:00:00 2001 From: cloin Date: Mon, 14 Feb 2022 14:39:20 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67a8134..9e1f28c 100644 --- a/README.md +++ b/README.md @@ -11,26 +11,26 @@ All topics need related library articles aggregated, sorted by rough skill level - Intermediate - Hard -`http_to_phy.md` +`http_to_phy.md` WIP for "How do I understand how an HTTP message is sent at a deep level?" Needs: - Better links to topics - Editing pass / blurb cleanup -`asm.md` +`asm.md` WIP for "How do I understand what my computer is really doing at the bottom level?" (Better question for this one? Should this be a subtopic instead?) Needs: - Subtopics broken out - Header blurb -`perf.md` +`perf.md` WIP for "How do I learn to write faster code?" Needs: - Subtopics broken out - Header blurb -`compilers.md` +`compilers.md` WIP for "What do compilers actually do?" Needs: - Subtopics defined concretely for the learning flow