Merge pull request #2094 from MaskDuck/main

add explict reminder
This commit is contained in:
MaskDuck
2022-04-10 17:11:03 +07:00
committed by GitHub
+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"
}
}
```