Skip to content

Commit 3763ee8

Browse files
Fix missing closing quote in example prompt (#200)
Fix formatting in Examples section
1 parent bffba4c commit 3763ee8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Cursor will pull the relevant documentation and code from GitMCP to correctly im
260260
You don't have to pick specific repositories. The generic `gitmcp.io/docs` endpoint allows AI to pick the GitHub project on the fly!
261261

262262
**Prompt to any AI assistant:**
263-
> "I want to learn about the OpenAI Whisper speech recognition model. Explain how it works.
263+
> "I want to learn about the OpenAI Whisper speech recognition model. Explain how it works."
264264
265265
Claude will pull the data from GitMCP and answer the question.
266266

@@ -296,7 +296,7 @@ This tool searches through the actual code in the repository using GitHub's code
296296
297297
## 📊 Badge
298298

299-
GitMCP has a badge to your repository's README. It allows users to quickly access your documentation through their IDE or browser (using the embedded chat). It also showcases how many times your documentation has been accessed through GitMCP.
299+
GitMCP has a badge for your repository's README. It allows users to quickly access your documentation through their IDE or browser (using the embedded chat). It also showcases how many times your documentation has been accessed through GitMCP.
300300

301301
Example (`idosal/git-mcp`): [![GitMCP](https://img.shields.io/endpoint?url=https://gitmcp.io/badge/idosal/git-mcp)](https://gitmcp.io/idosal/git-mcp)
302302

@@ -323,7 +323,7 @@ You can customize the badge's appearance with parameters:
323323
| `color` | Color for the badge value | `aquamarine` | `?color=green` |
324324
| `label` | Badge label | `GitMCP` | `Documentation`
325325

326-
Please reach out!
326+
Please reach out if you need help!
327327

328328
## ❓ FAQ
329329

0 commit comments

Comments
 (0)