From e00d4c323bf54006c116a0dd45616237d482383e Mon Sep 17 00:00:00 2001 From: Arpit Agarwal <77593499+arpitagarwaldev@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:00:57 -0600 Subject: [PATCH] Fix missing closing quote in example prompt Fix formatting in Examples section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97c351a..4550537 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Cursor will pull the relevant documentation and code from GitMCP to correctly im You don't have to pick specific repositories. The generic `gitmcp.io/docs` endpoint allows AI to pick the GitHub project on the fly! **Prompt to any AI assistant:** -> "I want to learn about the OpenAI Whisper speech recognition model. Explain how it works. +> "I want to learn about the OpenAI Whisper speech recognition model. Explain how it works." Claude will pull the data from GitMCP and answer the question. @@ -296,7 +296,7 @@ This tool searches through the actual code in the repository using GitHub's code ## 📊 Badge -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. +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. Example (`idosal/git-mcp`): [![GitMCP](https://img.shields.io/endpoint?url=https://gitmcp.io/badge/idosal/git-mcp)](https://gitmcp.io/idosal/git-mcp) @@ -323,7 +323,7 @@ You can customize the badge's appearance with parameters: | `color` | Color for the badge value | `aquamarine` | `?color=green` | | `label` | Badge label | `GitMCP` | `Documentation` -Please reach out! +Please reach out if you need help! ## ❓ FAQ