guatedude2 / cordova-plugin-kiosk-launcher

Sets a Cordova application as a launcher
17 stars 16 forks source link

Syntax error in README.md #2

Closed carlo318 closed 5 years ago

carlo318 commented 5 years ago

There is written: Kiosk.setKiosEnabled(boolean);

It should be: Kiosk.setKioskEnabled(boolean);

Thankyou.

guatedude2 commented 5 years ago

Thanks for pointing that out. Fixed