We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce5ac4 commit 6586a51Copy full SHA for 6586a51
README.md
@@ -234,7 +234,7 @@ var Post = React.createClass({
234
<div>Title: {this.props.title}</div>
235
<div>Body: {this.props.body}</div>
236
<div>Published: {this.props.published}</div>
237
- <div>Published By: {this.props.published_by}</div>
+ <div>Published By: {this.props.publishedBy}</div>
238
</div>
239
);
240
}
0 commit comments