Skip to content

Commit

Permalink
docs: little choring
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Jul 2, 2022
1 parent c6f93d9 commit 0908952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ or build your own by
docker build -t whisper:local .
```

The image does not contain any models, so you need to download them first.
The image contains no models, so you need to download them first.

```bash
docker volume create whisper-models
Expand All @@ -30,7 +30,7 @@ docker run --rm -it \

Full list of available models and languages can be found [here][models].

With the model you car run a required command, e.g.,
With the model, you can run a required command, e.g.,

```bash
docker run --rm -it \
Expand All @@ -42,7 +42,7 @@ docker run --rm -it \
audio.wav
```

The full list of commands can be found here
The complete list of commands can be found here

```bash
docker run --rm -it ghcr.io/lifeosm/whisper:latest --help
Expand Down

0 comments on commit 0908952

Please sign in to comment.