Update README.md

This commit is contained in:
syuilo⭐️ 2017-02-21 07:34:14 +09:00 committed by GitHub
parent dc76699244
commit 7d15d1c196

View file

@ -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.** **Ensure that the secondary domain is not a subdomain of the primary domain.**
#### Dubdomains #### Subdomains
Misskey uses subdomains below: Misskey uses following subdomains:
* **api**.<primary domain> * **api**.*{primary domain}*
* **auth**.<primary domain> * **auth**.*{primary domain}*
* **about**.<primary domain> * **about**.*{primary domain}*
* **dev**.<primary domain> * **dev**.*{primary domain}*
* **file**.<secondary domain> * **file**.*{secondary domain}*
### reCAPTCHA ### reCAPTCHA
Please visit https://www.google.com/recaptcha/intro/ and generate keys. Please visit https://www.google.com/recaptcha/intro/ and generate keys.