diff --git a/README.md b/README.md
index 98db54d53..b36418972 100644
--- a/README.md
+++ b/README.md
@@ -234,7 +234,7 @@ var Post = React.createClass({
Title: {this.props.title}
Body: {this.props.body}
Published: {this.props.published}
- Published By: {this.props.published_by}
+ Published By: {this.props.publishedBy}
);
}