diff --git a/core/UPDATE.txt b/core/UPDATE.txt index 502f8ce..65ed653 100644 --- a/core/UPDATE.txt +++ b/core/UPDATE.txt @@ -64,15 +64,15 @@ following the instructions in the INTRODUCTION section at the top of this file: Enable the "Put site into maintenance mode" checkbox and save the configuration. -3. Determine if your project is managed by Composer. To determine this run the - following command: +3. Determine if your project is managed by Composer by running the following + command: composer info drupal/core If this is successful, your project is managed by Composer. If you don't have - Composer installed and "drupal/core" is present "require" section of - composer.json you have project managed by Composer and will need to install - Composer in order to update it. + Composer installed and "drupal/core" is present in the "require" section of + your composer.json file, then the project is managed by Composer. You need to + install the Composer executable in order to update it. If the project is not managed by Composer, go to step 4.