Skip to content

Commit 8bdcdad

Browse files
committed
fix: opengraph data is wrong Description => Declaration
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 47280a7 commit 8bdcdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdl-live-react/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55

66
<!-- OpenGraph Metadata, this is the information Slack and Twitter, etc. unfurl when you link to a site -->
7-
<meta content="Prompt Description Language" property="og:title">
7+
<meta content="Prompt Declaration Language" property="og:title">
88
<meta content="PDL is a declarative language designed for developers to create reliable, composable LLM prompts and integrate them into software systems. It provides a structured way to specify prompt templates, enforce validation, and compose LLM calls with traditional rule-based systems." property="og:description">
99
<meta property="og:image" content="https://ibm.github.io/prompt-declaration-language/assets/ai-governance--prompt.svg" />
1010
<meta name="twitter:label1" content="Home Page" />

0 commit comments

Comments
 (0)