Browse Source

README: widget method is renderOnSilk:

Herbert Vojčík 9 years ago
parent
commit
e93316c2d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -60,7 +60,7 @@ BTW, `foo H1: bar` is just a convenience for `foo H1 << bar; yourself`.
 
 You can use blocks, if you ``<<`` them (or include them in TAGNAME:), they are called and passed the wrapped element stream in the first parameter.
 
-As for widgets, any object will work, it only needs ``renderInSilk: aSilk`` method present. If you ``aSilk << suchObject``, its ``renderInSilk:`` will be called (that's how association and block magic is done).
+As for widgets, any object will work, it only needs ``renderOnSilk: aSilk`` method present. If you ``aSilk << suchObject``, its ``renderOnSilk:`` will be called (that's how association and block magic is done).
 
 
 ## Contributing