From 9a69f12adaa307940ac424c46b413697376205a8 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Mon, 5 Oct 2015 14:16:30 -0700 Subject: [PATCH] CB-9749 documentation is wrong - default SplashScreenDelay --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index defc533..9d28201 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ This plugin displays and hides a splash screen during application launch. -- __SplashScreenDelay__ (number, default to 10000). Amount of time in milliseconds to wait before automatically hide splash screen. +- __SplashScreenDelay__ (number, default to 3000). Amount of time in milliseconds to wait before automatically hide splash screen. - + ### Android Quirks @@ -62,7 +62,7 @@ This plugin displays and hides a splash screen during application launch. In your `config.xml`, you need to add the following preferences: - + Where foo is the name of the splashscreen file, preferably a 9 patch file. Make sure to add your splashcreen files to your res/xml directory under the appropriate folders. The second parameter represents how long the splashscreen will appear in milliseconds. It defaults to 3000 ms. See [Icons and Splash Screens](http://cordova.apache.org/docs/en/edge/config_ref_images.md.html) @@ -78,7 +78,7 @@ You can use the following preferences in your `config.xml`: - +