Skip to content

Commit 5de577b

Browse files
authored
Merge pull request #7 from ron0115/dev
Dev
2 parents a065cc9 + e73b92d commit 5de577b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
paths-ignore:
7+
- '.github/main.yaml'
78
- '**/README.md'
89
jobs:
910
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Basically; `useSmoothScroll` hook use `requestAnimationFrame` to finish smooth s
66

77
If you want to control the `speed` of scroll behaviour, it defaults to use `requestAnimationFrame` mode.
88

9-
**Examples are <a target="_blank" href="https://ron0115.best/react-smooth-scroll-hook/?path=/docs/hooks-usesmoothscroll--direction-x#basic" >Here</a>.**(Storybook)
9+
**Examples are <a target="_blank" href="https://ron0115.best/react-smooth-scroll-hook/?path=/docs/usesmoothscroll--docs#basic" >Here</a>.**(Storybook)
1010

1111
**Live demo is <a target="_blank" href="https://codesandbox.io/s/react-smooth-scroll-hook-vhudw?file=/src/App.js" >Here</a>.**(Codesandbox)
1212

0 commit comments

Comments
 (0)