Skip to content

Commit fd6000b

Browse files
author
Nicolai Parlog
authored
Fix typo "deattached" in README
1 parent a3b43f2 commit fd6000b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ snippet as your `docker-compose.yaml`, save it locally and in the same folder ru
8989

9090
##### Version 2
9191
```yaml
92-
# To execute this docker-compose yml file use docker-compose -f <file_name> up
93-
# Add the "-d" flag at the end for deattached execution
92+
# To execute this docker-compose yml file use `docker-compose -f <file_name> up`
93+
# Add the `-d` flag at the end for detached execution
9494
version: '2'
9595
services:
9696
firefox:
@@ -119,8 +119,8 @@ services:
119119
120120
##### Version 3
121121
```yaml
122-
# To execute this docker-compose yml file use docker-compose -f <file_name> up
123-
# Add the "-d" flag at the end for deattached execution
122+
# To execute this docker-compose yml file use `docker-compose -f <file_name> up`
123+
# Add the `-d` flag at the end for detached execution
124124
version: "3"
125125
services:
126126
selenium-hub:

0 commit comments

Comments
 (0)