From fad5bb2b396e8597e13bda4ed79d1afe2fc2771e Mon Sep 17 00:00:00 2001 From: Abhay Bhosale Date: Thu, 20 Feb 2020 13:29:20 +0530 Subject: [PATCH] Updated ReadMe.Md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3131fd9..520111b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ npm run coverage ``` 2. Include the library into your code and use it. - + Note: For upgrading from v3.0.1 to v4.0.0 need to explicitly import css file. In v3.0.1 it was required to be imported ```javascript import React from 'react'; import SplitterLayout from 'react-splitter-layout';