From 540fcf8bea56c7594e900c3ec3f73bb321b54016 Mon Sep 17 00:00:00 2001 From: Guy Romm Date: Fri, 1 Apr 2016 00:13:40 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 856539b..f3d495d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Custom scroll component is available in commonJS format so you can just require There is also a UMD version - inside dist directory. In both cases **you have to include the customScroll.css** file in your page. -wrap your content with the custom scroll component -remove overflow style properties from your content root component - The custom scroll will take care of it +Wrap your content with the custom scroll component +Remove any overflow style properties from your content root component - The custom scroll will take care of it ```html