Skip to content

Commit c46fe6e

Browse files
committed
Fix demo documentation
1 parent 8e8ec20 commit c46fe6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Local demo:
2121
```
2222
git clone https://github.com/andrelmlins/svelte-infinite-scroll.git
2323
cd svelte-infinite-scroll
24-
yarn && yarn start
24+
npm install && npm run dev
2525
```
2626

2727
## Examples

0 commit comments

Comments
 (0)