From 3f5e456cefdaba353850949c9f81026f5b241356 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sun, 18 Dec 2016 16:57:40 +0100 Subject: [PATCH] Change npm package name to vue-parallaxy because duplication --- README.md | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 829969e..1f4c006 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vue-parallax +# vue-parallaxy Is a compontent for fast 60fps parallax scroll effects in vue 2. @@ -8,7 +8,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2. ## Install -`npm install vue-parallax` or `yarn add vue-parallax` +`npm install vue-parallaxy` or `yarn add vue-parallaxy` ## Usage *vue-parallax* works with slots. So you can pass an image or even srcsets for better mobile experiences. @@ -23,7 +23,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.