Skip to content

Commit 105e7db

Browse files
docs(readme): Fix some sentences
1 parent cec03c8 commit 105e7db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## What is ddev-mongo?
44

5-
This repository provides Mongo and Mongo Express add-on to [DDEV](https://ddev.readthedocs.io/en/stable/).
5+
This repository is an add-on that provides Mongo and Mongo Express for [DDEV](https://ddev.readthedocs.
6+
io/en/stable/).
67

78
It's based on [MongoDb from Docker Hub](https://hub.docker.com/_/mongo?tab=description#-via-docker-stack-deploy-or-docker-compose), [DDEV custom compose files](https://ddev.readthedocs.io/en/stable/users/extend/custom-compose-files/) and [API Platform tutorial](https://api-platform.com/docs/core/mongodb/#enabling-mongodb-support).
89

@@ -51,7 +52,7 @@ This command opens your browser to the Mongo Express page.
5152

5253
## Caveats:
5354

54-
- The php extension (phpX.X-mongodb) is set up in `.ddev/config.mongo.yaml` using `webimage_extra_packages`. If you have an earlier `webimage_extra_packages` in your config.yaml, this will override it. You may want to edit your config.yaml to do what you want and remove the config.mongo.yaml.
55+
- The php extension (phpX.X-mongodb) is set up in `.ddev/config.mongo.yaml` using `webimage_extra_packages`. You may want to edit your config.yaml to do what you want and remove the config.mongo.yaml.
5556
- You can't define custom MongoDB configuration with this current setup.
5657
- You can't use `ddev import-db` to import to mongo.
5758

0 commit comments

Comments
 (0)