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.
2 parents a80805c + 6586a51 commit 4aba49aCopy full SHA for 4aba49a
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