We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b91f0 commit a6bfebdCopy full SHA for a6bfebd
README.md
@@ -31,7 +31,7 @@ See the [中文文档](https://opensergo.io/zh-cn/) for document in Chinese.
31
32
```java
33
// 1. Create client with remote host and port of OpenSergo control plane
34
-OpenSergoClient client = new OpenSergoClient(host, port);
+OpenSergoClient client = OpenSergoClientManager.get().getOrCreateClient(host, port);
35
// 2. Start the OpenSergo client.
36
client.start();
37
0 commit comments