diff --git a/react.md b/react.md index 060d2bfce..5d2ebdac9 100644 --- a/react.md +++ b/react.md @@ -63,7 +63,7 @@ Use [states](https://facebook.github.io/react/docs/tutorial.html#reactive-state) ```js render: function () { - return
+ return
Welcome, {this.state.username}
; }