Skip to content

Commit

Permalink
docs: add missing colon in docker run command (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
iAziz786 committed Apr 28, 2020
1 parent 5c2082b commit 383063d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/install.md
Expand Up @@ -12,7 +12,7 @@ We recommend using Docker to run ORY Keto:

```shell
$ docker pull oryd/keto:v0.4.4-alpha.1
$ docker run --rm -it oryd/ketov0.4.4-alpha.1 help
$ docker run --rm -it oryd/keto:v0.4.4-alpha.1 help
```

## macOS
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.5/install.md
Expand Up @@ -12,7 +12,7 @@ We recommend using Docker to run ORY Keto:

```shell
$ docker pull oryd/keto:v0.4.4-alpha.1
$ docker run --rm -it oryd/ketov0.4.4-alpha.1 help
$ docker run --rm -it oryd/keto:v0.4.4-alpha.1 help
```

## macOS
Expand Down

0 comments on commit 383063d

Please sign in to comment.