diff --git a/source/en/extend-theme-install.asciidoc b/source/en/extend-theme-install.asciidoc
index ce2f80f..9df8a58 100644
--- a/source/en/extend-theme-install.asciidoc
+++ b/source/en/extend-theme-install.asciidoc
@@ -54,13 +54,13 @@ administrative interface below.
 ===== Using the administrative interface
 
 . On the theme's project page on drupal.org (for example,
-_https://www.drupal.org/project/mayo_), scroll to the _Downloads_ section
+_https://www.drupal.org/project/honey_), scroll to the _Downloads_ section
 at the bottom of the page.
 
 . Right-click _tar.gz_ to copy the address.
 +
 --
-// Downloads section of the Mayo project page on drupal.org.
+// Downloads section of a theme project page on drupal.org.
 image:images/extend-theme-install-download.png["Finding the URL for a theme"]
 --
 
@@ -76,7 +76,7 @@ image:images/extend-theme-install-page.png["Installing a theme"]
 
 . In the field _Install from a URL_, paste the copied download link. This value
 could look like
-`https://ftp.drupal.org/files/projects/mayo-8.x-1.3.tar.gz`.
+`https://ftp.drupal.org/files/projects/honey-1.0.1.tar.gz`.
 
 . Click _Install_ to upload and unpack the new theme on the server. The files
 are being downloaded to the _themes_ directory.
@@ -91,7 +91,7 @@ default_ to use it. All non-administrative pages on the site will now use this
 new theme.
 +
 --
-// Mayo theme on the Appearance page.
+// Honey theme on the Appearance page.
 image:images/extend-theme-install-appearance-page.png["Uninstalled themes on Appearance page",width="286px"]
 --
 
@@ -99,17 +99,17 @@ image:images/extend-theme-install-appearance-page.png["Uninstalled themes on App
 
 . Find the project name for the theme you want to install, which is the last
 segment of the theme's project page URL. For example, if the project URL is
-_https://www.drupal.org/project/mayo_, the project name is `mayo`.
+_https://www.drupal.org/project/honey_, the project name is `honey`.
 
 . Download the theme using either the steps in <<extend-manual-install>> or
 <<install-composer>>.
 
 . Run the following Drush commands, giving the project name (for example,
-_mayo_) as a parameter:
+_honey_) as a parameter:
 +
 ----
-drush theme:enable mayo
-drush config:set system.theme default mayo
+drush theme:enable honey
+drush config:set system.theme default honey
 ----
 
 . Follow the instructions on the screen.
