Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed May 16, 2015
1 parent 3704064 commit 28791e8
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 @@ -39,7 +39,7 @@ Item {
}
Promise {
resolveWhen: image1.status === Image.Ready || image2.status === Image.Ready
resolveWhen: image1.status === Image.Ready && image2.status === Image.Ready
onFulfilled: {
anim.start();
}
Expand Down

0 comments on commit 28791e8

Please sign in to comment.