Skip to content

Commit

Permalink
Merge pull request #284 from jolicode/updated-readme
Browse files Browse the repository at this point in the history
Update project configuration in README example.
  • Loading branch information
lyrixx committed Mar 5, 2024
2 parents fed9df7 + a7685c0 commit 8705547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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 8705547

Please sign in to comment.