Skip to content

Commit 0b30f17

Browse files
authored
Update domain-structure.md
1 parent 7f48f33 commit 0b30f17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/useful/domain-structure.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,13 @@ Each part of the filename (i.e., each subdomain label) must follow these rules:
8888
Provides contact information. Required fields:
8989

9090
* `username`: Your GitHub username.
91-
* `email`: A valid contact email.
9291

9392
Example:
9493

9594
```json
9695
{
9796
"owner": {
98-
"username": "your-github-username",
99-
"email": "[email protected]"
97+
"username": "your-github-username"
10098
}
10199
}
102100
```

0 commit comments

Comments
 (0)