diff --git a/README.md b/README.md
index 4096123..7323a93 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,10 @@ An executor of Runnable Java objects. Each task is only executed after all tasks
Requirements
------------
-This library requires some external libraries:
+This library requires some external libraries that are distributed in the "lib" directory of the repository.
-* [guava](http://code.google.com/p/guava-libraries/) -- Currently used for some collections support.
-* [junit](http://www.junit.org/) -- JUnit for testing
+* [guava](http://code.google.com/p/guava-libraries/) -- Currently used for some "google collections" support, namely for its MultiMap implementation.
+* [junit](http://www.junit.org/) -- JUnit, only required for running unit tests
Contributing
@@ -22,5 +22,11 @@ I'd love to incorporate changes from other contributors into this project.
2. Create a branch
3. Commit your changes
4. Push to the branch
-5. Create an [Issue][1] with a link to your branch
-6. Enjoy a refreshing Mountain Dew Livewire and wait
+5. Create an issue with a link to your branch
+6. Enjoy a refreshing MountainDew Livewire and wait
+
+
+Bug reports
+-----------
+
+If you encounter any bugs or unexpected behaviors that you would prefer not to fix on your own, please open an issue for tracking it.
\ No newline at end of file
diff --git a/build.xml b/build.xml
index 072e1fe..cb588a0 100644
--- a/build.xml
+++ b/build.xml
@@ -38,7 +38,7 @@
-
+