Update README.md

This commit is contained in:
Marcin Bogusz 2016-02-01 12:06:20 +01:00
parent 2538983691
commit 21069ace2b

View File

@ -110,7 +110,7 @@ document.addEventListener('deviceready', function () {
```
### Prevent the app from going to sleep in background
To prevent the app from being paused while in background, the `backroundMode.enable` interface has to be called.
To prevent the app from being paused while in background, the `backgroundMode.enable` interface has to be called.
#### Further informations
- The background mode will be activated once the app has entered the background and will be deactivated after the app has entered the foreground.