Skip to content

Commit 28146f5

Browse files
fixes typo in claude docs (#78)
* fixes typo in claude docs * fixes environment variable option in claude documentation * Apply suggestion from @garciasdos --------- Co-authored-by: Diego García <garciasdos@gmail.com>
1 parent 8a54f18 commit 28146f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ To install the MCP server in Claude Code, run the following command in your term
200200
For **Minimal** mode:
201201

202202
```bash
203-
claude mcp add postman -- npx @postman/mcp-server@latest --env POSTMAN_API_KEY=YOUR_KEY
203+
claude mcp add postman --env POSTMAN_API_KEY=YOUR_KEY -- npx @postman/postman-mcp-server@latest
204204
```
205205

206206
For **Full** mode:
207207

208208
```bash
209-
claude mcp add postman -- npx @postman/mcp-server@latest --full --env POSTMAN_API_KEY=YOUR_KEY
209+
claude mcp add postman --env POSTMAN_API_KEY=YOUR_KEY -- npx @postman/postman-mcp-server@latest --full
210210
```
211211

212212
### Use as a Gemini CLI extension

0 commit comments

Comments
 (0)