From 46780cb25a455af4bef00a298ba05050cb821ee0 Mon Sep 17 00:00:00 2001 From: Andreas Kar Date: Sat, 2 Dec 2017 00:38:47 +0100 Subject: [PATCH] Update Readme - sample config --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15b15be..6643202 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@ Here a short description of the available parameters which can be configured: * `debug` - enable or disable debug messages on current reconnection state ### UNC Sample Configuration -If your share is accessible over an UNC path like `\\192.168.1.1\path\to\share`. +If your share is accessible over an UNC path like `\\192.168.1.1\path\to\share` use: `createUncSrvConfig("192.168.1.1", Array("path\to\share"), Array("Z:"), "yes", "", "")` ### URI Sample Configuration -If you share needs to be accessed over HTTP(S) like `http://my.webserver.com/path/to/share`. +If you share needs to be accessed over HTTP(S) like `http://my.webserver.com/path/to/share` use: `createUriSrvConfig("my.webserver.com", Array("path/to/share"), Array("Z:"), "yes", "", "", false)`