Skip to content

Commit 0b40760

Browse files
authored
Naming
1 parent d37f8f6 commit 0b40760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adr-schema-gen/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>ADR Schema Generator</title>
7+
<title>Azure IoT Operations Schema Generator</title>
88
<!-- Bootstrap CSS -->
99
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
1010
<!-- Custom CSS -->
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div class="container my-5">
19-
<h1 class="text-center mb-4">ADR Schema Generator</h1>
19+
<h1 class="text-center mb-4">Azure IoT Operations Schema Generator</h1>
2020
<p class="text-center">
2121
Paste your JSON payload below. The generator supports all valid data types,
2222
including complex types like arrays, maps, structs, dates, timestamps, decimals, and binary data.

0 commit comments

Comments
 (0)