Skip to content

Commit fdcad30

Browse files
committed
docs: improve README formatting and add funding configuration
- Fix numbered list formatting by correcting list item numbering - Convert plain URLs to markdown link format for better accessibility - Add GitHub FUNDING.yml with support for multiple funding platforms
1 parent 645661b commit fdcad30

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/FUNDING.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# These are supported funding model platforms
2+
3+
github: [involvex]
4+
custom:
5+
[
6+
"https://buymeacoffee.com/involvex",
7+
"https://paypal.me/involvex",
8+
"https://rewards.bing.com/welcome?rh=14525F68&ref=rafsrchae&form=ML2XE3&OCID=ML2XE3&PUBL=RewardsDO&CREA=ML2XE3",
9+
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ mkdir -p commands/mycategory
211211
touch commands/mycategory/myprompt.toml
212212
```
213213

214-
2. Write your prompt:
214+
1. Write your prompt:
215215

216216
```toml
217217
prompt = """
@@ -221,7 +221,7 @@ Your prompt content here with {{args}} for user input.
221221
"""
222222
```
223223

224-
3. Restart Gemini CLI to load the new prompt
224+
1. Restart Gemini CLI to load the new prompt
225225

226226
### Modifying Existing Prompts
227227

@@ -312,9 +312,9 @@ MIT License - see [LICENSE](LICENSE) file for details.
312312

313313
## About
314314

315-
Forked from: https://github.com/harish-garg/gemini-cli-prompt-library
315+
Forked from: <https://github.com/harish-garg/gemini-cli-prompt-library>
316316

317-
Harish Garg. https://github.com/harish-garg
317+
Harish Garg. <https://github.com/harish-garg>
318318

319319
His blog [here](https://harishgarg.com/).
320320

0 commit comments

Comments
 (0)