Skip to content

Commit 9b26700

Browse files
authored
Rename bb to client in README (#80)
1 parent 0558b2b commit 9b26700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ from browserbase import Browserbase
3131
BROWSERBASE_API_KEY = os.environ.get("BROWSERBASE_API_KEY")
3232
BROWSERBASE_PROJECT_ID = os.environ.get("BROWSERBASE_PROJECT_ID")
3333

34-
bb = Browserbase(
34+
client = Browserbase(
3535
# This is the default and can be omitted
3636
api_key=BROWSERBASE_API_KEY,
3737
)

0 commit comments

Comments
 (0)