Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down