diff --git a/README.md b/README.md
index f087a6cb192ae67347fbb5418aa2b026c5e1ac61..7920c2a0cd4cf98ad226ccd8eee9c932cee246d2 100644
--- a/README.md
+++ b/README.md
@@ -28,5 +28,14 @@ python3 swf2userSessions.py -a 60 workloads/example.swf out/
 
 For more documentation, see: `python3 swf2userSessions.py -h`
 
+
+## Example
+
+For example use of the script, you can have a look at these two notebooks:
+
+- `session_stats.ipynb` makes the session decomposition on three traces with diffent threshold values and compare statistical properties like number of session or session length 
+- `graph_viz.ipynb` showcases the simple graph visualization tool for session graphs that is included in the script (option `--graph`) 
+
+
 ## Tests
 Some integration tests have been written for this script, and are stored in the `test/` folder. To run them on your machine, just type `pytest` at the root of the project.
\ No newline at end of file