Fix typos in Travis CI section of the README.md

This commit is contained in:
David da Silva
2017-01-11 11:48:57 +01:00
committed by GitHub
parent 6259a32601
commit eb12086d05

View File

@@ -65,7 +65,7 @@ language: bash
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo
- debian-sid # Grab ShellCheck from the Debian repo
packages:
- shellcheck
```