From bf2dc3b17117ef3a2e3ffdd674d8d7a109c23e47 Mon Sep 17 00:00:00 2001 From: gruppjo Date: Mon, 7 Sep 2015 16:39:39 +0200 Subject: [PATCH] addition to #171: icon/splash screens - better description for guide --- docs/guides/icons_splash_screens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/icons_splash_screens.md b/docs/guides/icons_splash_screens.md index 07e2129..ad961e4 100644 --- a/docs/guides/icons_splash_screens.md +++ b/docs/guides/icons_splash_screens.md @@ -1,6 +1,6 @@ # Icons and splash screens -> With cordova it's easy to change the default app icons and splash screens. This can be done in the `config.xml` as described in the [here](http://cordova.apache.org/docs/en/edge/config_ref_images.md.html#Icons%20and%20Splash%20Screens) in the cordova documentation. +> With cordova it's easy to change the default app icons and splash screens. This can be done in the `config.xml` as described [here](http://cordova.apache.org/docs/en/edge/config_ref_images.md.html#Icons%20and%20Splash%20Screens) in the cordova documentation. Generator-M provides a **res/** folder and a **gulp task** to make the configuration easier. ## The `res/` folder For your convenience, Generator-M provides a `res/` folder to put in the icons and splash screen files.