Skip to content

Commit

Permalink
Fix git and brave-search typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Dec 19, 2024
1 parent 70e19c4 commit 066426c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/brave-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
```
Expand Down

0 comments on commit 066426c

Please sign in to comment.