From 32abd15d9a0ac62320c18698b86383fda3360f26 Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 5 Jun 2015 14:54:32 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5954a7..d514947 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ PowerManagement =============== Plugin for Cordova (3.0+) +changed SCREEN_DIM_WAKE_LOCK to PARTIAL_WAKE_LOCK +================================================= + The PowerManagement plugin offers access to the devices power-management functionality. It should be used for applications which keep running for a long time without any user interaction. @@ -15,7 +18,7 @@ Installation --------- Install the plugin using the cordova command line utility: -`$ cordova plugin add https://github.com/Viras-/cordova-plugin-powermanagement.git` +`$ cordova plugin add https://github.com/boltex/cordova-plugin-powermanagement.git` Usage -----