Skip to content

Commit cfe9068

Browse files
authored
updated NewClient to Client in example walkthrough
1 parent fa011ed commit cfe9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func main() {
9090

9191
go runWorker(ctx, b)
9292

93-
c := client.NewClient(b)
93+
c := client.New(b)
9494

9595
wf, err := c.CreateWorkflowInstance(ctx, client.WorkflowInstanceOptions{
9696
InstanceID: uuid.NewString(),

0 commit comments

Comments
 (0)