From 5692f5ff845d46a35833fbcddc7a0f45c6213f57 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Wed, 31 Jul 2024 13:26:06 +0200 Subject: [PATCH] update links to perfect-scrollbar since the old link do not seem to work anymore --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8cc4c1..b51cbdb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React-Perfect-Scrollbar [![Build Status](https://travis-ci.org/goldenyz/react-perfect-scrollbar.svg?branch=master)](https://travis-ci.org/goldenyz/react-perfect-scrollbar) [![npm](https://img.shields.io/npm/v/react-perfect-scrollbar.svg?style=flat-square)](https://www.npmjs.com/package/react-perfect-scrollbar) [![npm downloads](https://img.shields.io/npm/dm/react-perfect-scrollbar.svg)](https://www.npmjs.com/package/react-perfect-scrollbar) -This is a wrapper to allow use [perfect-scrollbar](https://github.com/noraesae/perfect-scrollbar) in React. +This is a wrapper to allow use [perfect-scrollbar](https://github.com/mdbootstrap/perfect-scrollbar) in React. ***To read documentation for versions < 1.0, please visit [`v0.2.5`](https://github.com/goldenyz/react-perfect-scrollbar/tree/v0.2.5).*** @@ -26,8 +26,8 @@ Wrap you content in this component: ### Props The following props are accepted: #### options -The optional parameters used to initialize [perfect-scrollbar](https://github.com/utatti/perfect-scrollbar). -For more info, please refer to https://github.com/utatti/perfect-scrollbar#options +The optional parameters used to initialize [perfect-scrollbar](https://github.com/mdbootstrap/perfect-scrollbar). +For more info, please refer to https://perfectscrollbar.com/options.html This prop previously was called "option", but has since been renamed. If you provide "option" as a prop, it will be used unless "options" is also passed.