Skip to content

Commit ded90f7

Browse files
committed
fixed:readme
1 parent d293b41 commit ded90f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import {oneWayBind, twoWayBind} from 'react-databinding/react-decorator';
6262
//with decorator
6363
class SampleComponent extends React.Component {
6464

65-
@oneWaybind()
65+
@oneWayBind()
6666
render($) {
6767
return (<div>
6868
<h1>{$('data.title')}</h1>

0 commit comments

Comments
 (0)