From e39614fc316fa2fd504eee1e2d7ca74baa97889c Mon Sep 17 00:00:00 2001 From: August Miller Date: Wed, 21 Aug 2024 14:44:19 -0700 Subject: [PATCH] Remove project type default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceb06829..d4044e2e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The best way to spin up your first project is with [DDEV](https://ddev.com/), a ``` 3. Configure a new DDEV [project](https://ddev.readthedocs.io/en/latest/users/quickstart/#craft-cms), and install Craft: ```bash - ddev config --project-type=craftcms --docroot=web --create-docroot --php-version=8.2 + ddev config --project-type=craftcms --docroot=web # Use this package as a starting point: ddev composer create -y --no-scripts craftcms/craft