You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/routes/+layout.svelte
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
{
50
50
"@context":"https://schema.org",
51
51
"@type":"SoftwareApplication",
52
-
"name":"Svelte Markdown",
52
+
"name":"Svelte Diff",
53
53
"applicationCategory":"DeveloperApplication",
54
54
"operatingSystem":"Any",
55
55
"offers": {
@@ -63,7 +63,7 @@
63
63
"url":"https://humanspeak.com"
64
64
},
65
65
"programmingLanguage": ["Svelte", "TypeScript"],
66
-
"description":"A powerful markdown parser for Svelte 5 that transforms markdown into customizable Svelte components with TypeScript support and extensive testing coverage.",
66
+
"description":"A powerful diff parser for Svelte 5 that transforms text into diffs with TypeScript support and extensive testing coverage.",
0 commit comments