From 5df3372ca140d41c0418f955d3895bb2fff1a704 Mon Sep 17 00:00:00 2001 From: Ilechukwu Joshua Chukwudalu Date: Fri, 27 Dec 2024 14:18:02 +0100 Subject: [PATCH] docs: fix error in README code snippet Corrected an error in the Github NPX code snippet within the README file to ensure accuracy and usability. The updated snippet aligns with the intended functionality and improves developer experience. --- src/github/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/github/README.md b/src/github/README.md index 14bab491..158fbdb8 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -258,10 +258,10 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi "-y", "@modelcontextprotocol/server-github" ] - }, - "env": { - "GITHUB_PERSONAL_ACCESS_TOKEN": "" - } + "env": { + "GITHUB_PERSONAL_ACCESS_TOKEN": "" + } + }, } } ```