Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dockem --version
```

You are able to track a specific version or the lastest within that major version number. For instance, you can use `v2.1.0` like so,
You are able to track a specific version or the latest within that major version number. For instance, you can use `v2.1.0` like so,

```yaml
- name: Setup Dockem
Expand All @@ -46,4 +46,4 @@ Or use the latest of version `2` like so,

- name: Run Dockem
run: dockem --version
```
```