diff --git a/README.md b/README.md
index c42a0cbb1d41faf7817450955c3033df7d860a5d..1d3a25f1056052df03f9d9efd15f421465c45b41 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Pacote de Visão Computacional do Inovisão.
 - scikit-image
 - Opencv 2.7
 - python-weka-wrapper 0.3.5
-- tk-dev
+- tk/tk-dev
 
 ### Windows
 
@@ -130,7 +130,7 @@ Pacote de Visão Computacional do Inovisão.
 - http://pythonhosted.org/python-weka-wrapper/install.html
 - http://pythonhosted.org/python-weka-wrapper/troubleshooting.html
 
-## Como instalar o tk-deve
+## Como instalar o tk/tk-dev
 
 ### Ubuntu 
 
@@ -138,10 +138,14 @@ Pacote de Visão Computacional do Inovisão.
     $ sudo apt-get install tk tk-dev
     ```
     
-    Em caso de erro *cannot import name _tkagg*, tente os seguintes comandos
+    Na ocorrência do erro 'cannot import name _tkagg', tentar os seguintes comandos:
     
     ```
     $ sudo apt-get install tk tk-dev
     $ sudo pip uninstall matplotlib
     $ sudo pip install matplotlib
     ```
+
+## Mais informações
+    
+- http://www.tkdocs.com/tutorial/install.html