From a7685c0b2fde46bbab7fcc8f32d4574b2a1e8e81 Mon Sep 17 00:00:00 2001 From: Laurent Brunet Date: Tue, 5 Mar 2024 13:54:30 +0100 Subject: [PATCH] Update project configuration in README example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f417ff9..3d8f609 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ a foundation for our projects at [JoliCode](https://jolicode.com/). ## Project configuration Before executing any command, you need to configure a few parameters in the -`castor.php` file, in the `create_default_parameters()` function: +`castor.php` file, in the `create_default_variables()` function: * `project_name` (**required**): This will be used to prefix all docker objects (network, images, containers); @@ -37,7 +37,7 @@ will be available; For example: ```php -function create_default_parameters(): Context +function create_default_variables(): Context { $projectName = 'app'; $tld = 'test';