Skip to content

Commit fa01539

Browse files
committed
small docs update
1 parent 1261d06 commit fa01539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def main():
7676
"hud": {
7777
"url": "https://mcp.hud.so/v3/mcp",
7878
"headers": {
79-
"Authorization": f"Bearer {os.getenv('HUD_API_KEY')}",
79+
"Authorization": f"Bearer ${HUD_API_KEY}",
8080
"Mcp-Image": "hudevals/hud-text-2048:0.1.3"
8181
}
8282
}

0 commit comments

Comments
 (0)