Skip to content

Commit f657bac

Browse files
authored
Minor fix in readme.me
1 parent 17c0386 commit f657bac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ This nuget package is resposible for all integration with C# and Coreflux.
2222
}
2323

2424
- Get all installed assets @ our Coreflux Hub and if they are started / stop them
25-
Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
25+
26+
Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
2627
var InstalledAssets = API.GetInstances();
2728
2829
foreach(var inst in InstalledAssets)

0 commit comments

Comments
 (0)