We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dcbdc commit 5dad097Copy full SHA for 5dad097
README.md
@@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.browserbase.com](https://docs.b
17
18
```sh
19
# install from PyPI
20
-pip install --pre browserbase
+pip install '--pre browserbase'
21
```
22
23
## Usage
@@ -90,7 +90,7 @@ You can enable this by installing `aiohttp`:
90
91
92
93
-pip install --pre browserbase[aiohttp]
+pip install '--pre browserbase[aiohttp]'
94
95
96
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
0 commit comments