From e41263390e84c4dee35c2ca5377bd7fea49cf9e0 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Sat, 8 Oct 2016 16:23:15 +0100 Subject: [PATCH] Format cordova variable command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ba2499..9bbf20bb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Starting from iOS 10, Apple started asking for specifying the reason for accessi Example: -cordova plugin add cordova-plugin-image-picker --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="your message"` +`cordova plugin add cordova-plugin-image-picker --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="your message"` Empty string will be added as value if you dont pass the variable