ripplejs/ripple

doc correction

Opened this issue · 0 comments

https://github.com/ripplejs/ripple/wiki/Composing-Views:

 var Avatar = ripple('<img src="http://graph.facebook.com/{{username}}/profile" />');

should be changed to:

var Avatar = ripple('<img src="http://graph.facebook.com/{{username}}/picture" />');