Github user nikhilkh commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/90#discussion_r55420970
--- Diff: README.md ---
@@ -44,6 +44,53 @@ Report issues with this plugin on the [Apache Cordova
issue tracker][Apache Cord
- Windows
- Browser
+## Example Configuration
+In the top-level `config.xml` file (not the one in `platforms`), add
configuration elements like those specified here.
+
+Please notice that the value of the "src" attribute is relative to the
project directory and not to the www directory. You can name the source image
whatever you like. The internal name in the app is determined by Cordova.
+
+ <platform name="android">
--- End diff --
Consider using a '```xml' as below to get syntax highlighting on GitHub:
```xml
<myxml/>
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]