Skip to content

Commit 9ae8a0a

Browse files
authored
Fix/index (#11)
1 parent f396f8b commit 9ae8a0a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>dfsync — Reliable HTTP communication for Node.js environments.</title>
7+
<title>dfsync — Reliable toolkit for service-to-service communication.</title>
88
<meta
99
name="description"
10-
content="dfsync is a reliable HTTP client for service-to-service communication in Node.js and TypeScript."
10+
content="dfsync provides a lightweight and reliable HTTP client for service-to-service communication in Node.js."
1111
/>
1212
<meta
1313
name="keywords"
1414
content="dfsync, typescript http client, microservices http client, nodejs http client, service to service communication"
1515
/>
1616
<meta property="og:title" content="dfsync" />
17-
<meta property="og:description" content="Reliable HTTP communication for modern services." />
17+
<meta
18+
property="og:description"
19+
content="Reliable toolkit for service-to-service communication."
20+
/>
1821
<meta property="og:type" content="website" />
1922
<meta property="og:url" content="https://dfsyncjs.github.io" />
2023
</head>

0 commit comments

Comments
 (0)