From 7afe7e83255936d192ae441879ea2eaf839fa61d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 22 Feb 2017 08:01:05 -0800 Subject: [PATCH] Update multisite.md --- readme/multisite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/multisite.md b/readme/multisite.md index 8f2c9ebe7..5b7f72fa3 100644 --- a/readme/multisite.md +++ b/readme/multisite.md @@ -23,7 +23,7 @@ Start by setting `$site_dir` in each site's settings.php, prior to the `blt.sett $site_dir = 'example.com'; -You will also need to define your multisites in `blt/project.yml` by creating a `multisite.name` variable. This allows BLT to run setup and deployment tasks for each site in the codebase. +You also have the option to define your multisites in `blt/project.yml` by creating a `multisite.name` variable. This allows BLT to run setup and deployment tasks for each site in the codebase. If you don't manually define this variable, BLT will automatically set it based on discovered multisite directories. multisite: name: