fix:README.md missing character#303
Merged
olaservo merged 3 commits intoApr 16, 2025
Merged
Conversation
olaservo
approved these changes
Apr 15, 2025
Member
olaservo
left a comment
There was a problem hiding this comment.
Thanks for fixing this! Checking for a couple other incoming updates to Readme before merging to avoid needing to fix conflicts again in a previous MR.
kavinkumar807
approved these changes
Apr 16, 2025
IgnacioC44
referenced
this pull request
in MCPJam/inspector
Jun 21, 2025
fix:README.md to add missing node command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix missing 'node' command in README.md
This PR fixes a missing
nodecommand in the README.md file. The current documentation omits this necessary command prefix in one of the instructions, which could cause confusion for users trying to follow the setup steps.Motivation and Context
When following the instructions in the README.md, users would encounter an error because one command line is missing the
nodeprefix. This small documentation fix ensures that users can successfully execute the commands as written without having to troubleshoot or infer the missing part.How Has This Been Tested?
I verified that the command works correctly with the
nodeprefix added. The documentation now accurately reflects the correct command syntax needed to run the tool.Breaking Changes
None. This is purely a documentation fix that doesn't affect any functionality.
Types of changes
Checklist
Additional context
This is a simple documentation fix to ensure users can correctly execute the commands provided in the README without confusion. Proper documentation helps reduce setup issues and improves developer experience.