ripplejs / ripple

A tiny foundation for building reactive views
http://ripplejs.github.io
1.28k stars 66 forks source link

doc correction #49

Open rickdog opened 9 years ago

rickdog commented 9 years ago

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" />');