diff -u b/modules/commerce/README.md b/modules/commerce/README.md
--- b/modules/commerce/README.md
+++ b/modules/commerce/README.md
@@ -32,26 +32,26 @@
 
 For any issues that are identified with the migration system, please review the [project's issue queue](https://www.drupal.org/project/issues/commerce_migrate).
 
-### Included fixtures file
+### Included fixture file
 
-This module includes a [test fixtures file](https://www.drupal.org/docs/8/api/migrate-api/generating-database-fixtures-for-d8-migrate-tests) which contains a database dump from a [Commerce Kickstart 2](https://www.drupal.org/project/commerce_kickstart) site. 
+This module includes a [test fixtures file](https://www.drupal.org/docs/8/api/migrate-api/generating-database-fixtures-for-d8-migrate-tests) which contains a database dump from a [Commerce Kickstart 2](https://www.drupal.org/project/commerce_kickstart) site.
 
-The fixtures file was built using [Commerce Kickstart v7.x-2.67](https://www.drupal.org/project/commerce_kickstart/releases/7.x-2.67).
+The fixture file was built using [Commerce Kickstart v7.x-2.67](https://www.drupal.org/project/commerce_kickstart/releases/7.x-2.67).
 
-### Loading the fixtures file
+### Loading the fixture file
 
 To load the fixtures file:
 
 * Download the latest release of [Commerce Kickstart
   v2](https://www.drupal.org/project/commerce_kickstart) (not v1!).
 * Prepare a web server to run the codebase, complete with a blank database.
-  Note: Do not install Commerce Kickstart.
-* In an installation of Drupal 8 or 9, add a `$databases` array structure that
+  Note: Do not install Drupal or Commerce Kickstart.
+* In an installation of Drupal 8, add a `$databases` array structure that
   points to the database created above for Commerce Kickstart; note the array
   key that defines the database, this will be used below.
-* Use the `core/scripts/db-tools.php` script in Drupal 8/9 to load the
-  `ck2.php` file from this module's codebase, e.g.: `php core/scripts/db-tools.php import --database NAMEOFKICKSTARTDATABASE path/to/commerce_migrate/modules/commerce/tests/fixtures/ck2.php`
-  * The "NAMEOFKICKSTARTDATABASE" item above should be replaced with the key
+* Use the `core/scripts/db-tools.php` script in Drupal 8 to load the
+  `ck2.php` file from this module's codebase, e.g.: `php core/scripts/db-tools.php import --database=NAMEOFDATABASE path/to/commerce_migrate/modules/commerce/tests/fixtures/ck2.php`
+  * The "NAMEOFDATABASE" item above should be replaced with the key
     from the $databases array added to settings.php above.
 * After a moment it should output `Import completed successfully.` If it does
   not, look for error messages indicating problems to resolve.
@@ -65,8 +65,4 @@
-* Use Drupal 8/9's `db-tools.php` script to export the database, e.g. `php core/scripts/db-tools.php dump --database NAMEOFKICKSTARTDATABASE > path/to/commerce_migrate/modules/commerce/tests/fixtures/ck2.php`
-  * The "NAMEOFKICKSTARTDATABASE" item above should be replaced with the key
+* Use the Drupal `db-tools.php` script to export the database, e.g. `php core/scripts/db-tools.php dump --database=NAMEOFDATABASE > path/to/commerce_migrate/modules/commerce/tests/fixtures/ck2.php`
+  * The "NAMEOFDATABASE" item above should be replaced with the key
     from the $databases array added to settings.php above.
-* Use standard contribution processes to [create a
-  patch](https://www.drupal.org/node/707484) of the differences in this file
-  versus the one downloaded from drupal.org; make sure that the changes
-  exported were all intended to be exported and that unnecessary changes were
-  not included.
+* Use standard contribution processes to [create a patch](https://www.drupal.org/node/707484) of the differences in this file versus the one downloaded from drupal.org; make sure that the changes  exported were all intended to be exported and that unnecessary changes were not included.
