From 206aa7f9f34a1c4c17d70c6d5701f3721ab72c26 Mon Sep 17 00:00:00 2001 From: Hari Om Yadav <66957239+hariom1625@users.noreply.github.com> Date: Mon, 29 Jun 2020 18:41:04 +0530 Subject: [PATCH] docs: update README.md (#1690) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 052f34ce5..1059d5577 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,9 @@ const MyCalendar = props => ( ## Custom Styling -Out of the box you can include the compiled css files and be up and running. But, sometimes, you may want to style -Big Calendar to match your application styling. For this reason SASS files are included with Big Calendar. +Out of the box, you can include the compiled CSS files and be up and running. But, sometimes, you may want to style +Big Calendar to match your application styling. For this reason, SASS files are included with Big Calendar. + ``` @import 'react-big-calendar/lib/sass/styles';