Fix git and brave-search typos in README.md

This commit is contained in:
Jim Clark
2024-12-19 14:00:30 -08:00
parent 70e19c466d
commit 066426c3fd
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ Add this to your `claude_desktop_config.json`:
Docker build:
```bash
docker build -t vonwig/brave-search:mcp -f src/brave-search/Dockerfile .
docker build -t mcp/brave-search:latest -f src/brave-search/Dockerfile .
```
## License

View File

@@ -127,7 +127,7 @@ Add this to your `claude_desktop_config.json`:
"mcpServers": {
"git": {
"command": "docker",
"args": ["run", "--rm", "-i", "type=bind,src=/Users/slim,dst=/projects", "mcp/git"]
"args": ["run", "--rm", "-i", "--mount", "type=bind,src=/Users/username,dst=/projects", "mcp/git"]
}
}
```