Skip to content

Commit 9d10db9

Browse files
committed
fix: Update code block formatting in DEMO_REPO_SUMMARY.md
1 parent 70e93f6 commit 9d10db9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEMO_REPO_SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ for a complete walkthrough of debugging a Python application with an intentional
251251

252252
## Repository Structure
253253

254-
```
254+
```text
255255
mcp-debugpy-demo/
256256
├── .git/ # Git repository
257257
├── .gitignore # Ignore patterns
@@ -325,7 +325,7 @@ These changes should be committed to the main mcp-debugpy repository:
325325

326326
**Suggested commit message**:
327327

328-
```
328+
```text
329329
fix: Add standalone modules to package distribution
330330
331331
Previously, core modules (cli.py, mcp_server.py, etc.) were not included

0 commit comments

Comments
 (0)