From 368fd714da29e67f766b01109a2fc5fdb0491ca2 Mon Sep 17 00:00:00 2001 From: Matthew Nieva <65370631+matthewcn56@users.noreply.github.com> Date: Thu, 22 Jul 2021 17:01:10 -0700 Subject: [PATCH] Fixed Session Name --- supplemental-react/04_accustomed_to_custom_hooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplemental-react/04_accustomed_to_custom_hooks/README.md b/supplemental-react/04_accustomed_to_custom_hooks/README.md index cd8561d..a31afa7 100644 --- a/supplemental-react/04_accustomed_to_custom_hooks/README.md +++ b/supplemental-react/04_accustomed_to_custom_hooks/README.md @@ -1,4 +1,4 @@ -# Hooked on Hooks +# Accustomed To Custom Hooks So far, we've been discussing how a lot of the tools/practices that we use/follow when making React apps can help organize code and make it more readable: