From e1f17d6665877a116cc25cb166ebfeefb96e9e5e Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 29 Sep 2014 12:03:01 -0700 Subject: [PATCH] Properly formatted splashscreen preference docs. --- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index d6d6b8c..c3070cc 100644 --- a/doc/index.md +++ b/doc/index.md @@ -45,8 +45,8 @@ 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) for more information.