From a165011f0d760559590f00c45011a5890c3bf3b8 Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:16:36 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2038b8b..97667c4 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ before you deploy it. ### A Durable Function under test ```python -from durable_executions_python_language_sdk.context import ( +from aws_durable_execution_sdk_python.context import ( DurableContext, durable_step, durable_with_child_context, ) -from durable_executions_python_language_sdk.execution import durable_execution +from aws_durable_execution_sdk_python.execution import durable_execution from aws_durable_execution_sdk_python.config import Duration