From bdae9ded2ff6c632f1b3ff8bdc49d32b5b65b8ab Mon Sep 17 00:00:00 2001
From: Tobias Winkler <tobias.winkler@cs.rwth-aachen.de>
Date: Thu, 18 Nov 2021 16:51:56 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 637e98a..1b0aad1 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,12 @@ Activate the virtual environment where prodigy should be installed, then type
 
 ```pip install .```
 
+within the prodigy root folder.
+
 ## Usage
 
 ```
 import prodigy
 dist = prodigy.geometric("x", "1/2")
-e = dist.E("x")  # e becomes 2
-'''
+e = dist.E("x")  # e becomes 1, the expected value of the 1/2-geometric distribution
+
-- 
GitLab