From 3936bc77822c193dcb2851bad80ce9f5cba47068 Mon Sep 17 00:00:00 2001 From: mattrost <71509176+mattrost@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:59:17 -0800 Subject: [PATCH] Update README.md Content should be in the plural form since there are multiple chapters. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f22af..8d6edbe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is an open source, community project, and I am grateful for all the help I ## Challenges This project now has actual code challenges! This challenges are meant to cover the topics you'll read below. Maybe you'll see them in an interview and maybe you won't. Either way you'll probably learn something new. [Click here for more](./challenges/README.md) -# Table of Content +# Table of Contents - [Asymptotic Notation](#asymptotic-notation) - [Data Structures](#data-structures) - [Array](#array)