Skip to content

Commit 5372ced

Browse files
committed
fix: remove trailing whitespace in README.md
1 parent a835446 commit 5372ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ from strands.a2a import StrandsA2AExecutor
123123
from bedrock_agentcore.runtime import serve_a2a
124124

125125
agent = Agent(model="us.anthropic.claude-sonnet-4-20250514", system_prompt="You are a helpful assistant.")
126-
serve_a2a(StrandsA2AExecutor(agent))
126+
serve_a2a(StrandsA2AExecutor(agent))
127127
```
128128

129129
See [A2A Protocol Examples](docs/examples/a2a_protocol_examples.md) for LangGraph, Google ADK, and advanced usage.

0 commit comments

Comments
 (0)