nunuStudio icon indicating copy to clipboard operation
nunuStudio copied to clipboard

Mistake in README.MD

Open shantee opened this issue 3 years ago • 1 comments

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')">

shantee avatar Jul 20 '21 09:07 shantee

Hello

Thanks a lot for indicating this mistake i will fix it.

Cheers

tentone avatar Jul 24 '21 08:07 tentone