diff --git a/README.md b/README.md
index 01d4ee3ec03678668d20fc4f59f9884be1662677..cbd2891eb8efd5e5e21310f427f6520f3e946958 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,11 @@ In order to install PRIMO, you can just use the provided `setup.py`:
 
 ## Basic usage
 
-There are different ways to use PRIMO. We recommend you check the `examples` or tests under `primo2/tests` first to see different usecases.
\ No newline at end of file
+There are different ways to use PRIMO. We recommend you check the `examples` or tests under `primo2/tests` first to see different usecases.
+
+## Contents
+
+* (Dynamic) Bayesian Networks
+* Rudimentary implementation of Decision Networks
+* Exact inference using Variable Elimination and JunctionTree
+* Approximate Inference using Metropolis Hastings
\ No newline at end of file