We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0558b2b commit 9b26700Copy full SHA for 9b26700
README.md
@@ -31,7 +31,7 @@ from browserbase import Browserbase
31
BROWSERBASE_API_KEY = os.environ.get("BROWSERBASE_API_KEY")
32
BROWSERBASE_PROJECT_ID = os.environ.get("BROWSERBASE_PROJECT_ID")
33
34
-bb = Browserbase(
+client = Browserbase(
35
# This is the default and can be omitted
36
api_key=BROWSERBASE_API_KEY,
37
)
0 commit comments