Skip to content

Commit 1e8a34f

Browse files
authored
Update README.md (#166)
1 parent c2cc3e9 commit 1e8a34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ before you deploy it.
3232
### A Durable Function under test
3333

3434
```python
35-
from durable_executions_python_language_sdk.context import (
35+
from aws_durable_execution_sdk_python.context import (
3636
DurableContext,
3737
durable_step,
3838
durable_with_child_context,
3939
)
40-
from durable_executions_python_language_sdk.execution import durable_execution
40+
from aws_durable_execution_sdk_python.execution import durable_execution
4141
from aws_durable_execution_sdk_python.config import Duration
4242

4343

0 commit comments

Comments
 (0)