From d733ea4ed58fcae74e6efca178d19787853fd3d4 Mon Sep 17 00:00:00 2001 From: peter-edge Date: Tue, 11 Aug 2015 15:59:12 +0200 Subject: [PATCH] ticks around GO15VENDOREXPERIMENT in the readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 1389c8b5..e3e05691 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,7 @@ For more details, check the [remote API documentation](http://docs.docker.com/en ## Vendoring -If you are having issues with Go 1.5 and have GO15VENDOREXPERIMENT set with an application that has go-dockerclient vendored, +If you are having issues with Go 1.5 and have `GO15VENDOREXPERIMENT` set with an application that has go-dockerclient vendored, please update your vendoring of go-dockerclient :) We recently moved the `vendor` directory to `external` so that go-dockerclient is compatible with this configuration. See [338](https://github.com/fsouza/go-dockerclient/issues/338) and [339](https://github.com/fsouza/go-dockerclient/pull/339) for details.