Merge pull request #81 from lucashtc/patch-1

Update README.md
This commit is contained in:
Robin Appelman 2019-05-10 11:40:17 +02:00 committed by GitHub
commit 2877a6e3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ use Icewind\SMB\BasicAuth;
require('vendor/autoload.php');
$serverFactory = new ServerFactory();
$auth = new BasicAuth('test', 'workgroup', 'test');
$auth = new BasicAuth('user', 'workgroup', 'password');
$server = $serverFactory->createServer('localhost', $auth);
$share = $server->getShare('test');