Skip to content

Commit

Permalink
✏️ Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
csengor committed Mar 20, 2022
1 parent 088c72d commit 13457c4
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 @@ -11,10 +11,10 @@ for instructions; however, for testing purposes, all you need to do is first
start a [Kaplan Cloud container](https://hub.docker.com/r/kaplanpro/cloud):

```
docker run -d /
-p 8080:8080 /
--restart always /
--name kaplan-cloud /
docker run -d \
-p 8080:8080 \
--restart always \
--name kaplan-cloud \
kaplanpro/cloud
```

Expand Down

0 comments on commit 13457c4

Please sign in to comment.