From 01c52e0caaf617a392e1d2cfdf31a158e319e2e2 Mon Sep 17 00:00:00 2001 From: John Bacon Date: Wed, 22 Mar 2017 09:46:45 -0400 Subject: [PATCH] Update NPM and Yarn to use proper package name Prior to this, the Yarn command didn't operate (package wasn't found) due to the case difference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 617ae0b..ca448ec 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ A lightweight (only 1kb gzipped) scroll animation javascript library without any ### Using npm ```sh -$ npm install moveTo --save +$ npm install moveto --save ``` ### Using Yarn ```sh -$ yarn add moveTo +$ yarn add moveto ``` ### Using Bower