Skip to content

Commit a8855ae

Browse files
committed
Upgrade unpkg versions in Readme
1 parent aaec307 commit a8855ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ There is also a UMD version - inside dist directory.
2424
In both cases **you have to include the customScroll.css** file in your page.
2525
It is located in /dist directory
2626
**From unpkg cdn:**
27-
* [Js file](https://unpkg.com/react-custom-scroll@4.3.0/dist/reactCustomScroll)
28-
* [css file](https://unpkg.com/react-custom-scroll@4.3.0/dist/customScroll.css) 
27+
* [Js file](https://unpkg.com/react-custom-scroll@4.4.0/dist/reactCustomScroll)
28+
* [css file](https://unpkg.com/react-custom-scroll@4.4.0/dist/customScroll.css)
2929

3030
Wrap your content with the custom scroll component
3131
Remove any overflow style properties from your content root component - The custom scroll will take care of it

0 commit comments

Comments
 (0)