Skip to content

Commit a3c3b8a

Browse files
authored
Merge pull request #8 from ssured/patch-1
typo Update README.md
2 parents eb846f2 + cdc8685 commit a3c3b8a

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
@@ -31,7 +31,7 @@ and with react-async:
3131
```javascript
3232
import Async from 'react-promise'
3333

34-
const ExampleWithAsync = (props) => <Async promise={prom} then={(val) => <div>{val}</div>/>
34+
const ExampleWithAsync = (props) => <Async promise={prom} then={(val) => <div>{val}</div>}/>
3535
```
3636
3737
Much simpler, right?

0 commit comments

Comments
 (0)