From e9b4536144dd690f4adeefbde0d01eb6e5f544e5 Mon Sep 17 00:00:00 2001 From: Frederick Morin Date: Thu, 19 Sep 2019 13:17:17 -0400 Subject: [PATCH] Fix typo in readme fix #1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bc2551..8469e5d 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ It also includes a `scrollTo` helper function as its main export that you can us ```bash # npm -npm install gastby-plugin-smoothscroll +npm install gatsby-plugin-smoothscroll # yarn -yarn add gastby-plugin-smoothscroll +yarn add gatsby-plugin-smoothscroll ``` ## When do I use this plugin?