Skip to content

Commit 22a8fa9

Browse files
committed
Merge pull request #10 from wangkechun/patch-1
fix typo
2 parents 24ff641 + 65b9c43 commit 22a8fa9

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
@@ -37,7 +37,7 @@ Use in Ant Design: http://ant.design/components/queue-anim
3737
```js
3838
import QueueAnim from 'rc-queue-anim';
3939
import React from 'react';
40-
import ReactDom from 'reactd-dom';
40+
import ReactDom from 'react-dom';
4141

4242
ReactDom.render(<QueueAnim>
4343
<div key="1">enter in queue</div>

0 commit comments

Comments
 (0)