From 3820daf9ffffc592919418e9da1c258f38ca6cf8 Mon Sep 17 00:00:00 2001 From: bluesibra <41315308+bluesibra@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:19:28 -0400 Subject: [PATCH] added information about the links in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 896aa6e..8647b9f 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,7 @@ These are resources that I've collected over time to help people learn concepts in Computer Science. ## [Web Development](webdev.md) +This link takes you to a resource page about web development. ## [`git`](git.md) +This link takes you to a resource page to learn more about Git and GitHub.