@@ -9,7 +9,7 @@ Updating Varbase is best done through Composer. We will assume that you have
[installed Varbase the recommended way](../getting-started/installing-varbase.md) through the Composer-based project template [varbase-project](https://github.com/Vardot/varbase-project) by running the command: `composer create-project Vardot/varbase-project:^8.6 YOUR_PROJECT --no-dev --no-interaction`
This will create the Varbase project directory that will look like this:
`/path/to/YOUR_PROJECT` with the Drupal 8 codebase installed via Varbase
`/path/to/YOUR_PROJECT` with the Drupal 9 codebase installed via Varbase
installation profile in `/path/to/YOUR_PROJECT/docroot`.