diff --git a/examples/features/retry/README.md b/examples/features/retry/README.md index b725048a3..1ad313931 100644 --- a/examples/features/retry/README.md +++ b/examples/features/retry/README.md @@ -60,5 +60,5 @@ To use the above service config, pass it with `grpc.WithDefaultServiceConfig` to `grpc.NewClient`. ```go -conn, err := grpc.NewClient(ctx,grpc.WithTransportCredentials(insecure.NewCredentials()), grpc.WithDefaultServiceConfig(retryPolicy)) +conn, err := grpc.NewClient(target, grpc.WithTransportCredentials(insecure.NewCredentials()), grpc.WithDefaultServiceConfig(retryPolicy)) ```