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 );