Skip to content

Commit 6586a51

Browse files
author
Marcelo Dominguez
committed
Fix README
1 parent 9ce5ac4 commit 6586a51

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)