From 8b08c0e1a9dfb81d66e13539565313242735acea Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Tue, 13 Feb 2018 14:33:49 +1100 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 774a041..ead883e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ ## Basic Tutorials -1. [Creating Reagent Components.md](/docs/CreatingReagentComponents.md) +1. [Creating Reagent Components](/docs/CreatingReagentComponents.md) 2. [Using [square brackets] instead of (parentheses)](/docs/UsingSquareBracketsInsteadOfParens.md) 3. [When do components update?](/docs/WhenDoComponentsUpdate.md)