diff --git a/React/000_template.html b/React/000_template.html index 7caf9cb..80a9a2e 100644 --- a/React/000_template.html +++ b/React/000_template.html @@ -16,7 +16,7 @@ var BuckysComponent = React.createClass({ render: function() { return ( -

My name is Bucky

+

My name is Bucky.

); } }); @@ -26,4 +26,4 @@

My name is Bucky

- \ No newline at end of file +