Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit f9df219

Browse files
committed
IDP-43-modular: fix formatting
1 parent df4d7d8 commit f9df219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpk_lib_python_github/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ If you prefer to use this tool as a Python library in your scripts, you can impo
420420

421421
### Quick Token Generation
422422

423-
423+
```bash
424424
python3 -c "from cpk_lib_python_github import GitHubAPIClient, TokenManager, OutputFormatter, Config
425425
426426
# Configure your GitHub App
@@ -441,6 +441,7 @@ print('🔑 Testing generate_org_token for YOUR_ORG_NAME...')
441441
token_manager.generate_org_token(config, 'YOUR_ORG_NAME')
442442
print('✅ README example completed successfully!')
443443
"
444+
```
444445

445446
## 📄 License
446447

0 commit comments

Comments
 (0)