diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 8722b0bdd74..e7f21149fa8 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -134,7 +134,7 @@ Great! Use ``require()`` to import ``jquery`` and ``greet.js``: var greet = require('./greet'); $(document).ready(function() { - $('h1').html(greet('john')); + $('body').prepend('