diff --git a/README.md b/README.md index ca1bf53..6637840 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ or with options... var options = new UaClientOptions { UserIdentity = new Opc.Ua.UserIdentity("", "") }; -using (var client = new UaClient(new Uri("opc.tcp://host-url")), options) +using (var client = new UaClient(new Uri("opc.tcp://host-url"), options)) { client.Connect(); // Use `client` here