From 6586a515277c5bed383a95d4bbb5cb83c1c254fd Mon Sep 17 00:00:00 2001 From: Marcelo Dominguez Date: Thu, 27 Aug 2015 14:19:53 -0300 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}
); }