Skip to content

Commit d97ff4e

Browse files
authored
Use Title Case
1 parent b9a55df commit d97ff4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

render-claude-citations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Render Claude citations</title>
6+
<title>Render Claude Citations</title>
77
<style>
88
* {
99
box-sizing: border-box;
@@ -68,7 +68,7 @@
6868
</style>
6969
</head>
7070
<body>
71-
<h1>Render Claude citations</h1>
71+
<h1>Render Claude Citations</h1>
7272
<p>Paste a JSON response from Claude below to render it with citations</p>
7373

7474
<textarea id="input" placeholder="Paste JSON here..."></textarea>

0 commit comments

Comments
 (0)