diff --git a/README.md b/README.md
index 2b135249..7d3686c1 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,28 @@ $ cordova prepare
```
SocialSharing.js is brought in automatically. There is no need to change or add anything in your html.
+**However, you do need to add the feature to your config.xml.**
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
### Manually
@@ -126,6 +148,7 @@ Android: Copy `SocialSharing.java` to `platforms/android/src/nl/xservices/plugin
Window Phone: Copy `SocialSharing.cs` to `platforms/wp8/Plugins/nl.x-services.plugins.socialsharing` (create the folders)
### PhoneGap Build
+
Just add the following xml to your `config.xml` to always use the latest version of this plugin (which is published to plugins.cordova.io these days):
```xml