Skip to content

Commit

Permalink
Fix typo "deattached" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai Parlog committed Aug 9, 2018
1 parent a3b43f2 commit fd6000b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ snippet as your `docker-compose.yaml`, save it locally and in the same folder ru

##### Version 2
```yaml
# To execute this docker-compose yml file use docker-compose -f <file_name> up
# Add the "-d" flag at the end for deattached execution
# To execute this docker-compose yml file use `docker-compose -f <file_name> up`
# Add the `-d` flag at the end for detached execution
version: '2'
services:
firefox:
Expand Down Expand Up @@ -119,8 +119,8 @@ services:

##### Version 3
```yaml
# To execute this docker-compose yml file use docker-compose -f <file_name> up
# Add the "-d" flag at the end for deattached execution
# To execute this docker-compose yml file use `docker-compose -f <file_name> up`
# Add the `-d` flag at the end for detached execution
version: "3"
services:
selenium-hub:
Expand Down

0 comments on commit fd6000b

Please sign in to comment.