From 946d2c99b77e7d268ff353ddd1729fa349a1cbc6 Mon Sep 17 00:00:00 2001
From: Alex Ellis <alexellis2@gmail.com>
Date: Mon, 13 Feb 2017 21:52:04 +0000
Subject: [PATCH] Update TestDrive.md

---
 TestDrive.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/TestDrive.md b/TestDrive.md
index 3b743029..6f9ae87b 100644
--- a/TestDrive.md
+++ b/TestDrive.md
@@ -46,7 +46,9 @@ You can access the sample functions via the command line with a HTTP POST reques
 
 The UI portal is accessible on: http://localhost:8080/ - it show a list of functions deployed on your swarm and allows you to test them out.
 
-* [View screenshot](https://pbs.twimg.com/media/C3hDUkyWEAEgciP.jpg)
+View screenshot:
+
+<a href="https://pbs.twimg.com/media/C3hDUkyWEAEgciP.jpg"><img src="https://pbs.twimg.com/media/C3hDUkyWEAEgciP.jpg" width="800"></img></a>
 
 You can find out which services are deployed like this:
 
@@ -64,7 +66,7 @@ nnlzo6u3pilg  func_prometheus.1  quay.io/prometheus/prometheus:latest   moby  Ru
 
 * Head over to http://localhost:9090 for your Prometheus metrics
 
-* Your function can be accessed via the gateway like this:
+* Your function can be accessed via the gateway with curl (read on)
 
 **Sample function: Docker Hub Stats (hubstats)**
 
-- 
GitLab