Update project version to 0.2.0, improve JSON placeholder

This commit is contained in:
2024-05-12 16:22:13 -05:00
parent b3048086c3
commit ea8f1ac92b
2 changed files with 2 additions and 2 deletions

View File

@@ -87,6 +87,6 @@ export const placeholders: Record<SimplifiedTargetType | "auto", string> = {
url: "https://rdap.org/domain/example.com",
tld: ".dev",
registrar: "9999",
json: "{ (paste JSON) }",
json: `{"objectClassName":"domain", ... }`,
domain: "example.com",
};