Skip to content

Commit

Permalink
fix(docs): phpctl.ini example
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Jan 29, 2024
1 parent 1616183 commit bd04726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ PHPCTL_RUNTIME=podman phpctl php -v
## The `phpctl.ini` file
You can also add a `phpctl.ini` file at project's root directory to set any [`php.ini` directive](https://www.php.net/manual/en/ini.list.php).
```ini
memory_limit = 128M
memory_limit = 1337M
```

```shell
Expand Down

0 comments on commit bd04726

Please sign in to comment.