From ffe5bb8174bce821b87be7749a170c3b858c6f51 Mon Sep 17 00:00:00 2001 From: Levi Stephen Date: Thu, 2 Mar 2017 10:51:14 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e98bf4..10a20cf 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) ## Developer Tools * [ahab](https://github.com/instacart/ahab) - Docker event handling with Python by [@instacart](https://github.com/instacart) * [bocker](https://github.com/p8952/bocker) (1) - Docker implemented in 100 lines of bash by [p8952](https://github.com/p8952) -* [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](lstephen) +* [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen) * [Docker Client for JVM](https://github.com/gesellix/docker-client) - A Docker remote api client library for the JVM, written in Groovy by [@gesellix][gesellix] * [Docker-PowerShell](https://github.com/Microsoft/Docker-PowerShell) - PowerShell Module for Docker * [Docker.DotNet](https://github.com/Microsoft/Docker.DotNet) - C#/.NET HTTP client for the Docker remote API by [@ahmetalpbalkan](ahmetalpbalkan)