From 9b0e50102227aec4e27cf2ea7de4ee5f931b9e09 Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 19 Mar 2020 14:21:15 +0100
Subject: [PATCH] [examples][README][tracer] update bullet point list

---
 examples/README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/examples/README.md b/examples/README.md
index 29cf75a805..222a5d7886 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -10,9 +10,10 @@ We first solve the pressure field, compute the steady state flow field, and then
 You learn how to
 
 * generate a randomly distributed permeability field
-* solve a one-phase flow in porous media problem
-* compute the flow field from a pressure solution to pass to a tracer problem
-* sequentially solve two types of problems after each other
+* sequentially solve two types of problems after each other:
+    * solve a one-phase flow in porous media problem
+    * compute the flow field from a pressure solution to pass to a tracer problem
+    * solve an instationary tracer transport problem with a given flow field
 
 ### [:open_file_folder: Example 2: Two-phase flow with infiltration and adaptive grid](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/examples/2pinfiltration)
 
-- 
GitLab