Skip to content

Commit 35913f5

Browse files
+ ReadMe update.
1 parent 70d3d45 commit 35913f5

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
@@ -10,7 +10,7 @@ This nuget package is resposible for all integration with C# and Coreflux.
1010
`using Coreflux.API;`
1111
- Get all installed assets @ our Coreflux Hub and if they are stopped Start them
1212

13-
Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
13+
Coreflux.API.Client API = new Coreflux.API.Client("localhost");
1414
var InstalledAssets = API.GetInstances();
1515

1616
foreach(var inst in InstalledAssets)
@@ -23,7 +23,7 @@ This nuget package is resposible for all integration with C# and Coreflux.
2323

2424
- Get all installed assets @ our Coreflux Hub and if they are started / stop them
2525

26-
Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
26+
Coreflux.API.Client API = new Coreflux.API.Client("localhost");
2727
var InstalledAssets = API.GetInstances();
2828
2929
foreach(var inst in InstalledAssets)

0 commit comments

Comments
 (0)