diff --git a/source/docs/v3/domains.blade.md b/source/docs/v3/domains.blade.md index 5de8a69..636a5dd 100644 --- a/source/docs/v3/domains.blade.md +++ b/source/docs/v3/domains.blade.md @@ -26,4 +26,4 @@ To retrieve the current domain model (when using domain identification), you may For local development, you may use `*.localhost` domains (like `foo.localhost`) for tenants. On many operating systems, these work the same way as `localhost`. -If you're using Valet, you may want to use e.g. `saas.test` for the central domain and `foo.saas.test`, `bar.saas.test` etc for tenant domains. +If you're using Valet, you may want to use e.g. `saas.test` for the central domain and `foo.saas.test`, `bar.saas.test` etc for tenant domains. Alternatively, if you want to use **multiple second-level domains**, you can use the `valet link` command to attach additional domains to the project. For example: `valet link bar.test`