diff --git a/README.md b/README.md
index 1d26615e3d7bba13e6c25e1c6c2950db67ed7df5..27ad0e045b85bf32de78dc8a93f03456bb4d77de 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,10 @@ make install
 With all the aforementioned steps, HPVM should be built, installed and ready for use!
 
 ## Benchmarks and Tests
-We are providing the following benchmarks with HPVM:
-* Select benchmarks from the Parboil benchmark suite, located under [test/parboil](/hpvm/test/parboil).
+We are providing the following HPVM benchmarks:
+* Select benchmarks from the [Parboil](http://impact.crhc.illinois.edu/parboil/parboil.aspx) benchmark suite, located under [test/parboil](/hpvm/test/parboil).
 * An edge detection pipeline benchmark, located under [test/pipeline](/hpvm/test/pipeline).
-* A Camera ISP pipeline, curtosy of our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu), located under [test/cava](/hpvm/test/pipeline).
+* A Camera ISP pipeline, located under [test/cava](/hpvm/test/pipeline), adapted from C code provided from our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu).
 
 We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests).