nunuStudio
nunuStudio copied to clipboard
Mistake in README.MD
Hello
There is a mistake in the exemple showing how to load an NSP file in the readme.md
it says :
<body onload="NunuApp.loadApp('pong.nsp', 'canvas')">
The correct way should be :
<body onload="Nunu.App.loadApp('pong.nsp', 'canvas')">
Hello
Thanks a lot for indicating this mistake i will fix it.
Cheers