Skip to content

Commit 4aba49a

Browse files
author
Robert Mosolgo
committed
Merge pull request #344 from marpo60/fix_readme
Fix README
2 parents a80805c + 6586a51 commit 4aba49a

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
@@ -234,7 +234,7 @@ var Post = React.createClass({
234234
<div>Title: {this.props.title}</div>
235235
<div>Body: {this.props.body}</div>
236236
<div>Published: {this.props.published}</div>
237-
<div>Published By: {this.props.published_by}</div>
237+
<div>Published By: {this.props.publishedBy}</div>
238238
</div>
239239
);
240240
}

0 commit comments

Comments
 (0)