From d51297587071834a2062ff8fdaf28bff658fb878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zaj=C4=85czkowski?= Date: Mon, 12 Feb 2018 17:57:34 +0100 Subject: [PATCH] Fix Travis badge in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d17c1..8852995 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ Provides the functionality needed to operate the pseudo-tty (PTY) allocated to a docker container, using the Python client. -[![Build Status](https://travis-ci.org/d11wtq/dockerpty.svg?branch=master)] -(https://travis-ci.org/d11wtq/dockerpty) +[![Build Status](https://travis-ci.org/d11wtq/dockerpty.svg?branch=master)](https://travis-ci.org/d11wtq/dockerpty) ## Installation