add explict reminder

This commit is contained in:
MaskDuck
2022-04-10 14:51:51 +07:00
committed by GitHub
parent e5cfd7bef2
commit 8ba4f06356
+1 -1
View File
@@ -17,7 +17,7 @@ Create a json file inside the `domains` directory (`domains/<subdomain>.json`) w
"twitter": "your-twitter-username"
},
"record": {
"CNAME": "github-username.github.io"
"CNAME": "<replace-this-with-your-github-username>.github.io"
}
}
```