Skip to content

Commit e2ef0cc

Browse files
committed
README update
1 parent 0ac052a commit e2ef0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Once you added `Docker.DotNet.BasicAuth` to your project, use `BasicAuthCredenti
124124

125125
```csharp
126126
var credentials = new BasicAuthCredentials ("YOUR_USERNAME", "YOUR_PASSWORD");
127-
var config = new DockerClientConfiguration("http://ubuntu-docker.cloudapp.net:4243", credentials);
127+
var config = new DockerClientConfiguration("tcp://ubuntu-docker.cloudapp.net:4243", credentials);
128128
DockerClient client = config.CreateClient();
129129
```
130130

@@ -203,4 +203,4 @@ This work is licensed under [Apache 2.0 License](LICENSE). Copyright 2014 Ahmet
203203
[nuget]: http://www.nuget.org
204204
[nuget-gallery]: https://www.nuget.org/packages/Docker.DotNet/
205205
[Docker.DotNet.X509]: https://www.nuget.org/packages/Docker.DotNet.X509/
206-
[Docker.DotNet.BasicAuth]: https://www.nuget.org/packages/Docker.DotNet.BasicAuth/
206+
[Docker.DotNet.BasicAuth]: https://www.nuget.org/packages/Docker.DotNet.BasicAuth/

0 commit comments

Comments
 (0)