From 3481b677c5e52b115c69f7e66b73ddb9f436a178 Mon Sep 17 00:00:00 2001
From: daffie <9019-daffie@users.noreply.drupalcode.org>
Date: Wed, 12 Feb 2025 14:11:58 +0000
Subject: [PATCH] Issue #3506126 by daffie: Update the readme file

---
 readme.MD | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/readme.MD b/readme.MD
index 19191c3..c49da07 100644
--- a/readme.MD
+++ b/readme.MD
@@ -104,7 +104,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
 ```ddev restart```
 
 ### 3. Install the MongoDB database with the replica set.
-```ddev get drupal-daffie/ddev-mongo-replicaset```
+```ddev add-on get drupal-daffie/ddev-mongo-replicaset```
 
 ```ddev restart```
 
@@ -134,7 +134,15 @@ On the database configuration page select **MongoDB**
 
 ![Database options to set](database-settings-example2.png)
 
+## The CI Pipeline
 
+All the Drupal Core tests are run in (Drupal on MongoDB (the full PR) (11.1.x))[https://www.drupal.org/project/drupal/issues/3503946] with the regular CI Pipeline.
+
+## Development
+
+Development is being done in (Drupal on MongoDB (the full PR))[https://www.drupal.org/project/drupal/issues/3403695].
+
+Any help will be very much appreciated, only please do not change my personal MR. Copy my MR and create your own.
 
 ## Connect to MongoDB with [Mongo Express](https://github.com/mongo-express/mongo-express)
 
-- 
GitLab