diff --git a/README.md b/README.md
index 6ce5572d726df8c3def7c1d78b6056e086e2e79b..f227d04aea93ea14dd02a36573ec09c7c11e6db3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## [![XChart](http://xeiam.com/wp-content/uploads/xchartlogo.png)](http://xeiam.com/xchart) XChart
+## [![XChart](https://raw.githubusercontent.com/timmolter/Yank/develop/etc/XChart_64_64.png)](http://xeiam.com/xchart) XChart
 A Simple Charting Library for Java
 
 ## Description
@@ -21,10 +21,10 @@ Usage is very simple: Create a Chart instance, add a series of data to it, and e
 
     // Save it
     BitmapEncoder.saveBitmap(chart, "./Sample_Chart", BitmapFormat.PNG);
-    
+
     // or save it in high-res
     BitmapEncoder.saveBitmapWithDPI(chart, "./Sample_Chart_300_DPI", BitmapFormat.PNG, 300);
-    
+
 Now go ahead and [study some more examples](http://xeiam.com/xchart-example-code/), [download the thing](http://xeiam.com/xchart-change-log) and [provide feedback](https://github.com/timmolter/XChart/issues).
 
 ## Features
@@ -73,13 +73,13 @@ For snapshots, add the following to your pom.xml file:
       <snapshots/>
       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
     </repository>
-    
+
     <dependency>
       <groupId>com.xeiam</groupId>
       <artifactId>xchart</artifactId>
       <version>2.4.4-SNAPSHOT</version>
     </dependency>
-    
+
 Snapshots can be manually downloaded from Sonatyope: [https://oss.sonatype.org/content/groups/public/com/xeiam/xchart/xchart/](https://oss.sonatype.org/content/groups/public/com/xeiam/xchart/xchart/)
 
 ## Building
@@ -111,4 +111,4 @@ Please report any bugs or submit feature requests to [XChart's Github issue trac
 
 ## Release Information
 
-We will announce new releases on our [Twitter page](https://twitter.com/Xeiam).
\ No newline at end of file
+We will announce new releases on our [Twitter page](https://twitter.com/Xeiam).