Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markohlebar committed Mar 8, 2015
1 parent d89cd0e commit d6106a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ nameField.text = @"Kim";
//nameLabel.text says Kim at this point.
BINDSR(viewModel,name,->,nameLabel);
viewModel.text = @"Hobbit";
viewModel.name = @"Hobbit";
//nameLabel.text says Hobbit at this point.
BINDSL(nameField,->,viewModel,name);
Expand Down

0 comments on commit d6106a3

Please sign in to comment.