Skip to content

Commit 0c8a7d1

Browse files
committed
Merge pull request schrodinger#317 from alansouzati/FIX_TYPO_README
Fixed typo in the README
2 parents b6421b6 + d8d3cb4 commit 0c8a7d1

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)