Skip to content

Commit d8d3cb4

Browse files
committed
Fixed typo in the README>
1 parent b6421b6 commit d8d3cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add the default stylesheet `dist/fixed-data-table.css`, then import it into any
3434
### Basic Example
3535

3636
```javascript
37-
import React from 'react');
37+
import React from 'react';
3838
import ReactDOM from 'react-dom';
3939
import {Table, Column, Cell} from 'fixed-data-table';
4040

0 commit comments

Comments
 (0)