Skip to content

Commit 623974f

Browse files
committed
Remove quotation marks from all details summary tags in README
1 parent 16e6d2f commit 623974f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
4343
**Prompt types:**
4444

4545
<details>
46-
<summary>"Edit context"</summary>
46+
<summary>Edit context</summary>
4747

4848
```
4949
<files>[the selected files]</files>
@@ -54,7 +54,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
5454
</details>
5555

5656
<details>
57-
<summary>"Ask about context"</summary>
57+
<summary>Ask about context</summary>
5858

5959
```
6060
<files>[the selected files]</files>
@@ -64,7 +64,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
6464
</details>
6565

6666
<details>
67-
<summary>"Code at cursor"</summary>
67+
<summary>Code at cursor</summary>
6868

6969
```
7070
<files>[the selected files]</files>
@@ -78,7 +78,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
7878
</details>
7979

8080
<details>
81-
<summary>"Find relevant files"</summary>
81+
<summary>Find relevant files</summary>
8282

8383
```
8484
<files>[the selected files]</files>
@@ -89,7 +89,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
8989
</details>
9090

9191
<details>
92-
<summary>"No context"</summary>
92+
<summary>No context</summary>
9393

9494
```
9595
[user-typed instructions]

0 commit comments

Comments
 (0)