diff --git a/README.md b/README.md
index 98ab80fe34b1093817757a896feb58e43dfbf38f..2066d60c2455aaa98b9a7112f9fcb97a24f4159f 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,5 @@ Usage notes
 When running a jupyter notebook and importing binary_c, it might happen that the module binary_c cannot be found. I experienced this when I executed Jupyter Notebook from a virtual environment which didnt use the same python (version/binary/shim) as the one I built this library with. Make sure jupyter does use the same underlying python version/binary/shim. That resolved the issue for me.
 
 Also: I figured that having binaryc output the log like "<LOG HEADER> t=10e4 ..." (i.e. printing the parameter names as well as their values) would be useful because in that way one can easily have python read that out automatically instead of having to manually copy the list of parameter names.
+
+See examples/ dir for some working examples