Skip to content

Commit 226bc96

Browse files
authored
Fix JSON formatting (#22)
* Fix JSON formatting and clean up PHP code snippet * Update README.md
1 parent 4fef07d commit 226bc96

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
@@ -53,8 +53,8 @@ composer require mcp/sdk
5353

5454
Since this package has no tagged releases yet, it is required to extend your `composer.json`:
5555
```json
56-
"minimum-stability": "dev",
57-
"prefer-stable": true,
56+
"minimum-stability": "dev",
57+
"prefer-stable": true
5858
```
5959

6060
## ⚡ Quick Start: Stdio Server with Discovery

0 commit comments

Comments
 (0)