Skip to content

Commit f9a4956

Browse files
committed
Fix typo
1 parent 4d3cd74 commit f9a4956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $containerInstance = DockerContainer::create($imageName)
169169

170170
#### Attaching a network to the container
171171

172-
If you want to attach the container to a docker network, use `setNetwork` method:
172+
If you want to attach the container to a docker network, use `network` method:
173173

174174
```php
175175
$containerInstance = DockerContainer::create($imageName)

0 commit comments

Comments
 (0)