Skip to content

Commit 52b3042

Browse files
committed
fix typo :D
1 parent a7e93d6 commit 52b3042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ First of all, you need to create your container which you can do using [docker-c
2424
$ docker-compose up -d --build
2525
```
2626

27-
You then have a container named `php_generator` in which you can run `composer` commands and `php cli` commands such as:
27+
You then have a container named `dom_handler` in which you can run `composer` commands and `php cli` commands such as:
2828
```bash
2929
# install deps in container (using update ensure it does use the composer.lock file if there is any)
30-
$ docker exec -it php_generator php-7.4 /usr/bin/composer update
30+
$ docker exec -it dom_handler php-7.4 /usr/bin/composer update
3131
# run tests in container
32-
$ docker exec -it php_generator php-7.4 -dmemory_limit=-1 vendor/bin/phpunit
32+
$ docker exec -it dom_handler php-7.4 -dmemory_limit=-1 vendor/bin/phpunit
3333
```
3434

3535
## Contributing

0 commit comments

Comments
 (0)