diff --git a/docs/en/04_Changelogs/4.1.0.md b/docs/en/04_Changelogs/4.1.0.md index ba75f63cf..92f047f5f 100644 --- a/docs/en/04_Changelogs/4.1.0.md +++ b/docs/en/04_Changelogs/4.1.0.md @@ -170,13 +170,13 @@ to the web server, you can also use the composer.json `expose` directive to syml } ``` -You will also need to set your project `type` to `silverstripe-recipe` like so: +You will also need to set your project `type` to `silverstripe-something`, for example `silverstripe-project` like so: **composer.json** (in project root) ```json { - "type": "silverstripe-recipe" + "type": "silverstripe-project" } ```