From 19ab3861007609b7bc32c3aca64876b7de47e5c9 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 19 May 2025 00:56:14 -0700 Subject: [PATCH] SKYVERN API KEY - doc fix (#2387) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c95a26e8..6773d174 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ This quickstart guide will walk you through getting Skyvern up and running on yo Or send the task anywhere Skyvern is hosted: ```python - skyvern = Skyvern(base_url="http://localhost:8000", api_key="SKYVERN API KEY in LOCAL SKYVERN") + skyvern = Skyvern(base_url="http://localhost:8000", api_key="SKYVERN API KEY") task = await skyvern.agent.run_task(prompt="Find the top post on hackernews today") print(task) ```