Skip to content

Commit

Permalink
Change npm package name to vue-parallaxy because duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Dec 18, 2016
1 parent 5e74226 commit 3f5e456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vue-parallax
# vue-parallaxy

Is a compontent for fast 60fps parallax scroll effects in vue 2.

Expand All @@ -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.
Expand All @@ -23,7 +23,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
</template>

<script>
import Parallax from 'vue-parallax'
import Parallax from 'vue-parallaxy'
export default {
components: {
Parallax
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-parallax",
"version": "0.1.0",
"description": "Parallax Header for vue",
"name": "vue-parallaxy",
"version": "0.1.1",
"description": "Vue 2 component for parallax scrolling effects",
"author": "Jakub Juszczak <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3f5e456

Please sign in to comment.