diff --git a/DDExamples/UtilityApps/CMakeLists.txt b/DDExamples/UtilityApps/CMakeLists.txt
index 24291b8395d93aeec407dad9baa3c2471495c8c1..197e6710d84a55d0945578df33440e36569ba375 100644
--- a/DDExamples/UtilityApps/CMakeLists.txt
+++ b/DDExamples/UtilityApps/CMakeLists.txt
@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
 include_directories( ${CMAKE_SOURCE_DIR}/DDCore/include 
                      ${ROOT_INCLUDE_DIR})
 
-add_executable(displayGeo src/display.cpp)
-target_link_libraries(displayGeo DD4hepCore)
+add_executable(geoDisplay src/display.cpp)
+target_link_libraries(geoDisplay DD4hepCore)
 
 add_executable(geoConverter src/converter.cpp)
 target_link_libraries(geoConverter DD4hepCore)
diff --git a/ReadMe.txt b/ReadMe.txt
index 02b6cdac7d12710b46220635b140a38816f1f3cb..052a139add695292219ba64c4a126b64e8e102e8 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -95,7 +95,13 @@ DDExamples/CLICSiD/CLICSiDtest file:../DD4hep/DDExamples/CLICSiD/compact/compact
   Users may extend the models by changing the compact description or adding new drivers
 
 
-4) Running the examples
+4) Release notes
+----------------
+  If things do not work please also consult the release notes. It may happen that it was 
+  forgotten to update the information here.
+
+
+5) Running the examples
 -----------------------
 
 Here are a few command lines for running examples
@@ -106,25 +112,25 @@ export G4LEVELGAMMADATA=${G4SYS}/share/Geant4-9.5.1/data/PhotonEvaporation2.2
 
 
 - ILDExDet example with the example detectors
-  DDExamples/ILDExDisplay/ILDExDisplay file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml
+  bin/geoDisplay file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml
 
 - Run Geant4 with ILDExDet detector
-  DDExamples/CLICSiDSimu/CLICSiDSimu   \
+  bin/CLICSiDSimu   \
      file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml  \
      file:../DD4hep/DDExamples/ILDExDet/compact/geant4.xml \
      ../DD4hep/DDExamples/ILDExSimu/run1.mac 
 
 - ILDExDet example with Astrid's prototype TPC
-  DDExamples/ILDExDisplay/ILDExDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/TPCPrototype.xml
+  bin/geoDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/TPCPrototype.xml
 
 - ILDExDet example with the LDC00_01Sc detector (under construction)
-  DDExamples/ILDExDisplay/ILDExDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/Tesla.xml
+  bin/geoDisplay  file:../DD4hep/DDExamples/ILDExDet/compact/Tesla.xml
 
 - CLICSid example with all SiD sub-detectors
-  DDExamples/CLICSiDDisplay/CLICSiDtest file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml 
+  bin/geoDisplay file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml 
 
 - Geant4 example with SiD (careful, need to set Geant4 variables in addition)
-  DDExamples/CLICSiDSimu/CLICSiDSimu   \
+  bin/CLICSiDSimu   \
      file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml             \
      file:../DD4hep/DDExamples/CLICSiD/compact/sensitive_detectors.xml \
      ../DD4hep/DDExamples/CLICSiDSimu/run.mac