diff --git a/README.md b/README.md
index 3da12b6bd679b43cb5fd96cd2211315b38baa9e7..9493ebfe0b9b0455b8e47f61dd743c54ece12006 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A framework for executing native Java code on the GPU.
 
 **Licensed under the Apache Software License v2**
 
-This project is a collection of examples for the Aparapi project. For more information see the [website](http://Aparapi.com) or the [Github page](https://github.com/Syncleus/aparapi-examples).
+This project is a collection of examples for the Aparapi project. For more information see the Aparapi [website](http://Aparapi.com) or the [Github page](https://github.com/Syncleus/aparapi-examples).
 
 For detailed documentation see [Aparapi.com](http://Aparapi.com).
 
@@ -34,9 +34,9 @@ git clone https://github.com/Syncleus/aparapi-examples.git
 
 ## Running
 
-To run the examples simply execute it through maven.
+To run the examples simply checkout the version you want to run and execute it through maven.
 
 ```bash
 
 mvn clean package exec:java
-```
\ No newline at end of file
+```