Fix typos (#554)

This commit is contained in:
Pierre Grimaud 2020-05-29 10:59:52 +02:00 committed by GitHub
parent cd21516709
commit bd9246b4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ To contribute code changes to this project you will need the following developme
* [Go](https://golang.org/doc/install)
* [Docker](https://docs.docker.com/engine/installation/)
As watchtower utilizes go modules for vendor locking, you'll need atleast Go 1.11.
As watchtower utilizes go modules for vendor locking, you'll need at least Go 1.11.
You can check your current version of the go language as follows:
```bash
~ $ go version