From ceeb22dc6e341da413926a5f972d54f5a3ca8715 Mon Sep 17 00:00:00 2001
From: Chander G <chandergovind@gmail.com>
Date: Sun, 26 Jul 2015 03:49:18 +0530
Subject: [PATCH] Fix minor typo in Debian installation docs

Signed-off-by: Chander G <chandergovind@gmail.com>
---
 docs/installation/debian.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/installation/debian.md b/docs/installation/debian.md
index ac45721ff6..009e36bd9e 100644
--- a/docs/installation/debian.md
+++ b/docs/installation/debian.md
@@ -47,11 +47,11 @@ container runs, it prints an informational message. Then, it exits.
 
 To uninstall the Docker package:
 
-    $ sudo apt-get purge docker-io
+    $ sudo apt-get purge docker.io
 
 To uninstall the Docker package and dependencies that are no longer needed:
 
-    $ sudo apt-get autoremove --purge docker-io
+    $ sudo apt-get autoremove --purge docker.io
 
 The above commands will not remove images, containers, volumes, or user created
 configuration files on your host. If you wish to delete all images, containers,