From 1d1f24bc910d5bda6cd2c5973e4845949ffb54b4 Mon Sep 17 00:00:00 2001 From: Varun A <28918411+VarunDevPro@users.noreply.github.com> Date: Tue, 26 May 2020 15:55:06 +0530 Subject: [PATCH] fix: typos in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b2785..73015c4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ export default class Index extends React.Component { // Here you can add any react component or jsx // ScrollButton will apply the classnames given to the container of whatever you put here. - // Changing appearence this way will only work when importing the default ScrollUpButton, importing any of the specific buttons do not except children + // Changing appearence this way will only work when importing the default ScrollUpButton + // importing any of the specific buttons won't work because they don't accept children );