diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-03-15 15:16:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 15:16:54 +0900 |
| commit | f9d5a16f6fac09f929546a514d1a0e5afe9dae8e (patch) | |
| tree | d96e1d2afa1ffe9cc1a6a56a52866b51ed05d589 /docs | |
| parent | :v: (diff) | |
| download | sharkey-f9d5a16f6fac09f929546a514d1a0e5afe9dae8e.tar.gz sharkey-f9d5a16f6fac09f929546a514d1a0e5afe9dae8e.tar.bz2 sharkey-f9d5a16f6fac09f929546a514d1a0e5afe9dae8e.zip | |
Fix #500
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.en.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index c9556e8b5d..59637804cc 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -14,8 +14,8 @@ If you can use Docker, please see [Setup with Docker](./docker.en.md). ---------------------------------------------------------------- Misskey requires two domains called the primary domain and the secondary domain. -* The primary domain is used to provide main service of Misskey. -* The secondary domain is used to avoid vulnerabilities such as XSS. +* The primary-domain is used to provide the main service of Misskey. +* The secondary-domain is used to avoid vulnerabilities such as XSS. **Ensure that the secondary domain is not a subdomain of the primary domain.** |