diff --git a/sample-functions/DockerHubStats/README.md b/sample-functions/DockerHubStats/README.md
deleted file mode 100644
index a0449f8a845873fbcc8141669fe10e9cd5b8bf2b..0000000000000000000000000000000000000000
--- a/sample-functions/DockerHubStats/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Building:
-
-```
-# docker service rm hubstats ; docker service create --network=functions --name=hubstats alexellis2/dockerhub-stats
-```
-
-Query the function through the gateway:
-
-```
-# curl -X POST -d "alexellis2" -v http://localhost:8080/function/hubstats
-```
\ No newline at end of file