diff --git a/Usecases/README.md b/Usecases/README.md
index 92dce42fffb92129208e47f3bea05db93504788d..694e224245b2f2b979dbecd249d972890cc9d45e 100644
--- a/Usecases/README.md
+++ b/Usecases/README.md
@@ -127,11 +127,11 @@ In detail:
   If more than one entry is given in `resolutions`, all pairs are being calculated in parallel. This is usefull if one is interested in the results
   of the same usecase but calcuated for different mesh sizes h.
   Notably, if `mesh_study` is `True`you should have most of the above commented out, and data for a mesh study is performed. Notably space-time errornorms are put out.
-  '''
+  >>>
   **!Warning!**
   Notably the last to pairs take a long time to calculate and memory shortage
   might be an issue depending on your machine.
-  '''
+  >>>
 
 - `starttimes = {0: 0.0}` starttimes gives a list of starttimes to run the simulation from.
   The list is looped over and a simulation is run with t_0 as initial time