Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche authored Nov 18, 2024
1 parent 1ec7501 commit 37417fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm i lenis

```vue
<script setup>
import { VueLenis, useLenis } from 'lenis/react'
import { VueLenis, useLenis } from 'lenis/vue'
const lenis = useLenis(({ scroll }) => {
// called every scroll
Expand Down

1 comment on commit 37417fd

@arzafran
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Please sign in to comment.