Skip to content

Commit 21780e3

Browse files
authored
Merge pull request #180 from suryamurugan/main
updated NewClient to Client in example walkthrough
2 parents fa011ed + cfe9068 commit 21780e3

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)