diff --git a/README.md b/README.md index 7074f36..91d9e17 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ puts "G'day world!" # check the console! # Dom manipulation require 'opal-jquery' -Document.ready? +Document.ready? do Element.find('body > header').html = '

Hi there!

' end ```