Skip to content

Commit 4db14cc

Browse files
author
Fitz
authored
README: Fix import name in quickstart (#112)
1 parent 5b202c0 commit 4db14cc

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
@@ -104,7 +104,7 @@ import asyncio
104104
from temporalio.client import Client
105105

106106
# Import the workflow from the previous code
107-
from my_worker_package import SayHello
107+
from run_worker import SayHello
108108

109109
async def main():
110110
# Create client connected to server at the given address

0 commit comments

Comments
 (0)