From c2a35f7b6e601f600c420f97a214fd6ae51cab20 Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted@tedbow.com>
Date: Mon, 4 Oct 2021 23:54:04 -0400
Subject: [PATCH] Issue #3230856 by tedbow,: Now use Updaes tab

---
 README.md | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 58dc6a4bf4..dd9b089e6a 100644
--- a/README.md
+++ b/README.md
@@ -22,14 +22,13 @@ Warning the 8.x-2.x version of this module is still in development and should on
 6. You should see a browser open and log you into the new Drupal site.
 7. Click "Extend" in the sidebar.
 8. Enable the "Automatic Updates" module.
-9. After you have installed the module at the top you should see an "Automatic Updates" tab at the top of the page.
-10. Click the "Automatic Updates" tab.
-11. You should see an update form with the next of Drupal core as the "Recommend Version". For instance if in step #1 you ran `composer create-project drupal/recommended-project:9.2.5 test_updates_project` and the latest version is `9.2.6` you will see `9.2.6` as the "Recommend Version".
-12. Click the "Download these updates" button.
-13. You should see a "Downloading updates" screen.
-14. Next you should see a "Ready to update" page.
-15. Click the "Continue" button at the bottom.
-16. You should see a "Apply updates" screen.
-17. You should be redirected to the "Available updates" page and see the message "Update Complete".
-18. You should see your version of core is up-to-date.
-19. 🎉
+9. Click the "Updates" tab.
+10. You should see an update form with the next of Drupal core as the "Recommend Version". For instance if in step #1 you ran `composer create-project drupal/recommended-project:9.2.5 test_updates_project` and the latest version is `9.2.6` you will see `9.2.6` as the "Recommend Version".
+11. Click the "Download these updates" button.
+12. You should see a "Downloading updates" screen.
+13. Next you should see a "Ready to update" page.
+14. Click the "Continue" button at the bottom.
+15. You should see a "Apply updates" screen.
+16. You should be redirected to the "Available updates" page and see the message "Update Complete".
+17. You should see your version of core is up-to-date.
+18. 🎉
-- 
GitLab