Skip to content

Commit bc8ccab

Browse files
committed
Prepended emoji to ai-personas README headings
1 parent c175537 commit bc8ccab

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ai-personas/docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
1616
It's just a [JSON file](https://cdn.jsdelivr.net/gh/KudoAI/ai-personas@python-v1.0.0/data/ai-personas.json), so you can use it in any environment.
1717

18-
## Installation
18+
## Installation
1919

2020
```bash
2121
pip install ai-personas
2222
```
2323

24-
## Usage
24+
## 🔌 Usage
2525

2626
```py
2727
import ai_personas
@@ -32,7 +32,7 @@ print(ai_personas['Linux Terminal']['prompt'])
3232

3333
_Note: Most type checkers will falsely warn_ `ai_personas` _is not subscriptable because they are incapable of analyzing runtime behavior (where the module is replaced w/ a dictionary for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.
3434

35-
## Examples
35+
## 💻 Examples
3636

3737
#### Find personas by keyword:
3838

@@ -178,7 +178,7 @@ print(response.choices[0].message.content)
178178
# e.g. => UTC time: 15:23:42
179179
```
180180

181-
## License
181+
## 🏛️ License
182182

183183
- Data: [CC0 1.0 Universal](https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-DATA.md) (public domain)
184184
- Code: [MIT License](https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-CODE.md) — © 2026 [KudoAI](https://www.kudoai.com) & contributors

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</details>
3232

3333
<blockquote>
34-
<a href="https://github.com/adamlui/python-utils/tree/main/ai-personas/#installation">
34+
<a href="https://github.com/adamlui/python-utils/tree/main/ai-personas/#-installation">
3535
Install</a> /
3636
<a href="https://github.com/adamlui/python-utils/tree/main/ai-personas/#readme">
3737
Readme</a> /
38-
<a href="https://github.com/adamlui/python-utils/tree/main/ai-personas/#usage">
38+
<a href="https://github.com/adamlui/python-utils/tree/main/ai-personas/#-usage">
3939
API usage</a> /
4040
<a href="https://github.com/adamlui/python-utils/discussions">
4141
Discuss</a>

0 commit comments

Comments
 (0)