From 1e5dfdf7a2e22f88f17147792b09efac0014b45d Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 1 Apr 2024 12:52:11 +0700 Subject: [PATCH] Updated Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d8840d..5fbd414 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ func main() { // Initialize ApiClient configuration := openapiclient.NewConfiguration() + // Set Manticore's host/port if necessary (http://127.0.0.1:9308 by default) + // configuration.Servers[0].URL = "http://127.0.0.2:9408" apiClient := openapiclient.NewAPIClient(configuration) // Add documents to an index