Add example to transform-react-display-name docs (#4939)

* Add example to transform-react-display-name docs [skip ci]

* Normalize in/out markup in transform-react docs [skip ci]
This commit is contained in:
Brian Ng
2016-12-03 19:09:07 -06:00
committed by Henry Zhu
parent 930512e91f
commit b81cf12c7b
3 changed files with 20 additions and 4 deletions

View File

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