@@ -3,30 +3,22 @@ android-square-progressbar
 ![square image](https://googledrive.com/host/0BwESwPCuXtw7eExwSFVLQkR2TTg/IMG_20130811_112751.jpg)
 ## First things first
 
-My post about the update 1.3.0 : http://www.signer.pro/android-square-progressbar-v-1-3-0/
+You can find my blog post about the newest version here : [signer.pro - android-square-progressbar v. 1.4.0] (http://www.signer.pro/android-square-progressbar-v-1-4-0/)
 
-My post about the update 1.2.0 : http://www.signer.pro/android-square-progressbar-v-1-2-0/
-
-My post about the update 1.1.0 : http://www.signer.pro/android-square-progressbar-v-1-1-0/
-
-My post about the initial version 1.0 : http://www.signer.pro/android-square-progressbar/
-
-Example application: https://play.google.com/store/apps/details?id=net.yscs.android.square_progressbar_example
+The example application is available at the play store.
 
 <a href="https://play.google.com/store/apps/details?id=net.yscs.android.square_progressbar_example">
   <img alt="Get it on Google Play"
        src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
 </a>
 
 ## General idea
-Sometimes you dont have enough space in your layout to display a progressBar. So this library gives you a new approach. You can simply display a progressbar in a colour/color you want around an image.
+Sometimes you dont have enough space in your layout to display a wide progressbar. So this library gives you a complete new possibility to display a progress. You can simply show a progressbar around an image. An this progressbar can be configured in a lot of different ways, like colour, an outline, display the percentage and so on.
 
-This library is in an early state, but with your feedback it only can get better. So feel free to submit new feature request and report bugs.
 ### Examples
-Here are some examples how these progressBars could look like:
+Here are some examples how these progressbars could look like:
 
-![rectangular image](https://googledrive.com/host/0BwESwPCuXtw7eExwSFVLQkR2TTg/newscreen1.png)
-![rectangular image](https://googledrive.com/host/0BwESwPCuXtw7eExwSFVLQkR2TTg/newscreen2.png)
+![three examples](https://mkvhhw.bn1.livefilestore.com/y2mmRAmVz8BzkLSYLSqV0yM6HCLh9uMMrQ4VqVJ0ocJTR5pUtc-b5ruBF6-XFOWzdKkxv1WbeVj15fefu0g0NEB60KUvbm6xwOEnBkbR_YwkmYF-Z808sqpgtGH4nhRs6ru/squareprogressbarexample_140.png?psid=1)
 
 ### How to use it?
 
@@ -48,20 +40,7 @@ Then you use the following code to set some inital settings:
     squareProgressBar.setColor("#C9C9C9");
     squareProgressBar.setProgress(32);
     squareProgressBar.setWidth(8);
-    squareProgressBar.setOpacity(false);
     
-Sadly you need to set the opacity from the start. This will be fixed with the version 1.3.0.
 
 ## Gradle
-A big thank you to @elodieferrais who made it possible that this library is accessible for gradle builds. See her [fork](https://github.com/elodieferrais/android-square-progressbar) for more information. Also check out her repository about [useful dependancies](https://github.com/elodieferrais/wonder-libraries).
-
-## Colour / Color
-(http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#-our.2C_-or)
-
-There are 3 possibilities to set the colour of the progressbar:
-
-    squareProgressBar.setColor("#C9C9C9");
-    
-    squareProgressBar.setColorRGB(112, 13, 119);
-    
-    squareProgressBar.setHoloColor(color.holo_blue_dark);
+A big thank you to [@elodieferrais](https://github.com/elodieferrais) who made it possible that this library is accessible for gradle builds. See her [fork](https://github.com/elodieferrais/android-square-progressbar) for more information. Also check out her repository about [useful dependancies](https://github.com/elodieferrais/wonder-libraries).