From 0b30f17842d356d6d8892eba4470c9e2df187739 Mon Sep 17 00:00:00 2001 From: iostpa Date: Thu, 17 Jul 2025 15:54:27 +0300 Subject: [PATCH] Update domain-structure.md --- src/useful/domain-structure.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/useful/domain-structure.md b/src/useful/domain-structure.md index b13108a0..a7fbe67b 100644 --- a/src/useful/domain-structure.md +++ b/src/useful/domain-structure.md @@ -88,15 +88,13 @@ Each part of the filename (i.e., each subdomain label) must follow these rules: Provides contact information. Required fields: * `username`: Your GitHub username. -* `email`: A valid contact email. Example: ```json { "owner": { - "username": "your-github-username", - "email": "you@example.com" + "username": "your-github-username" } } ```