From 90ef40a56fb3264760f8aeebe25fe5df03bcc3b2 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 19 Oct 2017 09:43:41 -0500 Subject: [PATCH] Fix a typo in the latest file name link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c15da..533dfad 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ _577 TILs and counting..._ - [Globally Install A Package With Yarn](javascript/globally-install-a-package-with-yarn.md) - [Immutable Remove With The Spread Operator](javascript/immutable-remove-with-the-spread-operator.md) - [Initialize A New JavaScript Project With Yarn](javascript/initialize-a-new-javascript-project-with-yarn.md) -- [Install The Latest Version Of Node With Nvm](javascript/install-the-lateset-version-of-node-with-nvm.md) +- [Install The Latest Version Of Node With Nvm](javascript/install-the-latest-version-of-node-with-nvm.md) - [Matching Multiple Values In A Switch Statement](javascript/matching-multiple-values-in-a-switch-statement.md) - [Numbers Are Empty](javascript/numbers-are-empty.md) - [Object Initialization With Shorthand Property Names](javascript/object-initialization-with-shorthand-property-names.md)