Skip to content

Commit

Permalink
Update project configuration in README example.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrunet committed Mar 5, 2024
1 parent fed9df7 commit a7685c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -37,7 +37,7 @@ will be available;
For example:

```php
function create_default_parameters(): Context
function create_default_variables(): Context
{
$projectName = 'app';
$tld = 'test';
Expand Down

0 comments on commit a7685c0

Please sign in to comment.