From 4144b6f8511c05207942e37fc4ede4b49207ef31 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Fri, 7 Apr 2017 07:39:15 -0400 Subject: [PATCH] Fix typo Flash Card -> flashcard (#168) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8062ef4..6897fff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## April 2017 - Huge Update! -[**Overhauled**](https://github.com/donnemartin/interactive-coding-challenges/pull/153) to now include **120 challenges and solutions** and added [Anki Flash Cards](#anki-flashcards-coding-and-design). +[**Overhauled**](https://github.com/donnemartin/interactive-coding-challenges/pull/153) to now include **120 challenges and solutions** and added [Anki flashcards](#anki-flashcards-coding-and-design). Also included are **unit tested reference implementations** of various [data structures](#reference-implementations-data-structures) and [algorithms](#reference-implementations-algorithms).