Update README.md
This commit is contained in:
parent
dc76699244
commit
7d15d1c196
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -57,14 +57,14 @@ Misskey requires two domains called the primary domain and the secondary domain.
|
|||
|
||||
**Ensure that the secondary domain is not a subdomain of the primary domain.**
|
||||
|
||||
#### Dubdomains
|
||||
Misskey uses subdomains below:
|
||||
#### Subdomains
|
||||
Misskey uses following subdomains:
|
||||
|
||||
* **api**.<primary domain>
|
||||
* **auth**.<primary domain>
|
||||
* **about**.<primary domain>
|
||||
* **dev**.<primary domain>
|
||||
* **file**.<secondary domain>
|
||||
* **api**.*{primary domain}*
|
||||
* **auth**.*{primary domain}*
|
||||
* **about**.*{primary domain}*
|
||||
* **dev**.*{primary domain}*
|
||||
* **file**.*{secondary domain}*
|
||||
|
||||
### reCAPTCHA
|
||||
Please visit https://www.google.com/recaptcha/intro/ and generate keys.
|
||||
|
|
Loading…
Reference in a new issue