From 19b5dd66aa4219d410e51e84077de5b0212ef1c8 Mon Sep 17 00:00:00 2001 From: Eric Wyne Date: Tue, 12 Dec 2017 08:44:40 -0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 529470676..0a7357714 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * [Average of array of numbers](#average-of-array-of-numbers) * [Capitalize first letter of every word](#capitalize-first-letter-of-every-word) * [Capitalize first letter](#capitalize-first-letter) -* [Check_for_palindrome](#check_for_palindrome) +* [Check for palindrome](#check-for-palindrome) * [Count occurrences of a value in array](#count-occurrences-of-a-value-in-array) * [Current URL](#current-url) * [Curry](#curry)