cloudstore-developers

Fixes

1/29/2015 12:22:22 PM

Details

diff --git a/response-generator/README.md b/response-generator/README.md
index b793209..0fa3f0c 100644
--- a/response-generator/README.md
+++ b/response-generator/README.md
@@ -1,14 +1,17 @@
 ### Description
 
-Response generator is a web application that simulates response times according to choosen distribution.
+Response generator is a web application that simulates response times according to chosen distribution.
 
 Supported distributions are:
-- uniform
+- [uniform](http://en.wikipedia.org/wiki/Uniform_distribution_%28continuous%29)
 - constant
-- gauss
-- gamma
-- exponentional
-- logarithmic
-- pareto
-- weibull
+- [gauss](http://en.wikipedia.org/wiki/Normal_distribution)
+- [gamma](http://en.wikipedia.org/wiki/Gamma_distribution)
+- [exponentional](http://en.wikipedia.org/wiki/Exponential_distribution)
+- [logarithmic](http://en.wikipedia.org/wiki/Logarithmic_distribution)
+- [pareto](http://en.wikipedia.org/wiki/Pareto_distribution)
+- [weibull](http://en.wikipedia.org/wiki/Weibull_distribution)
 
+### Screenshots
+
+![Screenshot](/static/images/screenshot.png?raw=true "Screenshot")
diff --git a/response-generator/static/images/screenshot.png b/response-generator/static/images/screenshot.png
new file mode 100644
index 0000000..d77c310
Binary files /dev/null and b/response-generator/static/images/screenshot.png differ