From 262bcea75c910c6fb74ad412b196e7d4b2d02817 Mon Sep 17 00:00:00 2001 From: "Taylor D. Edmiston" Date: Fri, 16 Feb 2018 18:12:00 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af1e6f768..0cbc379f6 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,5 @@ TODO ### Vendor -- All dependnecies are managed with dep, with the exception of libcompose. It needs to be manually added with `go get github.com/docker/libcompose`. Issue here: https://github.com/docker/libcompose/issues/503. +- All dependencies are managed with dep, with the exception of libcompose. It needs to be manually added with `go get github.com/docker/libcompose`. Issue here: https://github.com/docker/libcompose/issues/503. - Alternatively, it is also a git submodule, which should get pulled in when cloned.