diff --git a/README.md b/README.md
index a54d4ed58780b879bc87d6ef1f1237982e027b3a..a68c690b1bd1082c253534e52cd3595c1425cd9b 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,10 @@ execute graph algorithms.  Unfortunately, these systems do not address
 the challenges of graph construction and transformation and provide
 limited fault-tolerance and support for interactive analysis.
 
-![image](http://docs/data_parllel_vs_graph_parallel.png)
+<p align="center">
+  <img src="https://raw.github.com/jegonzal/graphx/Documentation/docs/img/data_parallel_vs_graph_parallel.png" />
+</p>
+
 
 
 ## Solution
@@ -43,6 +46,9 @@ the PowerGraph and Pregel abstractions in less than 20 lines of code.
 Finally, by exploiting the Scala foundation of Spark, we enable users
 to interactively load, transform, and compute on massive graphs.
 
+<p align="center">
+  <img src="https://raw.github.com/jegonzal/graphx/Documentation/docs/img/tables_and_graphs.png" />
+</p>
 
 
 ## Online Documentation