diff --git a/docs/cli.mdx b/docs/cli.mdx index d3bf2c2f1..f6a98df9a 100644 --- a/docs/cli.mdx +++ b/docs/cli.mdx @@ -55,7 +55,7 @@ Options: Run browser-use as a Model Context Protocol server: ```bash -uvx 'browser-use[cli]' --mcp # exoects MCP JSON RPC over stdio +uvx 'browser-use[cli]' --mcp # expects MCP JSON RPC over stdio ``` This mode exposes browser automation capabilities as MCP tools that can be used by: @@ -78,7 +78,7 @@ The default configuration file is located at: You can override this location with: - `BROWSER_USE_CONFIG_PATH` environment variable -- `BROWSER_USE_CONFIG_DIR` environment variable (directory containing config.json) +- `BROWSER_USE_CONFIG_DIR` environment variable (directory containing `config.json`) ### Configuration File Format