Tweak example in transform-jsx-source README [skip ci] (#4925)

This commit is contained in:
Brian Ng
2016-12-01 10:28:04 -06:00
committed by Henry Zhu
parent c2b3ea793f
commit 723c90e8f0

View File

@@ -13,7 +13,7 @@
### Out
```
<sometag __source={{fileName: 'this/file.js', lineNumber: 10}}/>
<sometag __source={ { fileName: 'this/file.js', lineNumber: 10 } } />
```
## Installation