ractivejs / ractivejs.github.io

https://ractive.js.org
8 stars 33 forks source link

Update hello-world.md #165

Open nicerr opened 4 years ago

nicerr commented 4 years ago

Copying and pasting the code into the script tab didn't work:

var ractive = Ractive({ target: output, template: template,

This works:

var ractive = new Ractive({ target: '#target', template: '#template',