cloudstore-developers
Changes
response-generator/README.md 19(+11 -8)
Details
response-generator/README.md 19(+11 -8)
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
+
+
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