diff --git a/README.md b/README.md index caf8fcc..7fc6e4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Messages Worker SDK +# Messages Worker SDK [test change] A Go SDK client for interacting with the messages-worker service. This SDK provides a convenient way to submit messages, manage workers, and check service health from Go applications. diff --git a/examples/main.go b/examples/main.go index 2f6eb7c..fa858e9 100644 --- a/examples/main.go +++ b/examples/main.go @@ -9,7 +9,7 @@ import ( ) func main() { - // Create a client with default configuration + // Create a client with default configuration client := sdk.NewClientWithDefaults() // Or create a client with custom configuration