Yet Another Mux, Configuration with Consul
diff --git a/Articles.md b/Articles.md
index 31b361a..00de7f9 100644
--- a/Articles.md
+++ b/Articles.md
@@ -63,6 +63,7 @@
 ## Containers & Docker
 
   * [Deploying a Go app to a minimal Docker container](http://www.giantflyingsaucer.com/blog/?p=5720) _2015-10-01_
+  * [Fetching a remote configuration using Docker and Consul](http://www.giantflyingsaucer.com/blog/?p=5701) _2015-09-30_
   * [Joining the Docker Ship and Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-07-01_
   * [Building Minimal Docker Images for Go](http://blog.codeship.com/building-minimal-docker-containers-for-go-applications/) _2015-04-23_
 
diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md
index 85643e5..e33c405 100644
--- a/LearnServerProgramming.md
+++ b/LearnServerProgramming.md
@@ -37,7 +37,7 @@
 * [Go RESTful](https://github.com/emicklei/go-restful) - Toolkit for RESTful service APIs
 * [Kite Micro-service framework](https://github.com/koding/kite)
 * [Alice - Painless middleware chaining for Go](https://github.com/justinas/alice)
-* [YAM - Yet Another Middleware](https://github.com/thisissoon/yam)
+* [YAM - Yet Another Mux](https://github.com/thisissoon/yam)
 
 ### Frameworks