Skip to content

Commit c21f84e

Browse files
authored
docs: update flag usage in example command
1 parent 6eeb1ae commit c21f84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Multi-platform images are available, and can be used cross-platform by setting t
2222
- `--platform=linux/arm64`
2323

2424
```sh
25-
docker run --rm it pactfoundation/pact-cli:latest /bin/sh -c 'uname -sm'
25+
docker run --rm -it pactfoundation/pact-cli:latest /bin/sh -c 'uname -sm'
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)