diff --git a/Control/CalypsoExample/GeoModelTest/README.md b/Control/CalypsoExample/GeoModelTest/README.md
index 2ce8aa3adac171dedcd87cb93046df6e761c0fd8..832c17a72d248ef865dd1c0e772297a8af680e97 100644
--- a/Control/CalypsoExample/GeoModelTest/README.md
+++ b/Control/CalypsoExample/GeoModelTest/README.md
@@ -1,3 +1,22 @@
+<<<<<<< HEAD
+This example package actually serves several purposes:
+
+*) It illustrates how to initialize and access the detector description and magnetic field.
+*) It checks that the expected number of detector elements are created.
+*) It generates a set of neutral alignment constants for the Tracker, which can be folded into the conditions database.
+*) It dumps a standalone GeoModel sqlite geometry database which could be used by external programs to display FASER without requiring any FASER software (only GeoModel)
+
+To run the algorithm, in a run directory where Calypso has been installed, do
+
+run > ./setup.sh
+run > python python/GeoModelTest/GeoModelTestConfig.py
+
+The file GeoModelTestConfig.py can be edited to change some run options.
+
+After running the algorithm, to add the alignment data into your local conditions DB, do:
+
+run > CopyAlignFolder.sh
+=======
 This example package serves several purposes:
 
 
@@ -23,5 +42,6 @@ After running the algorithm, to add the alignment data into your local condition
 ```
 run > CopyAlignFolder.sh
 ```
+>>>>>>> 101c2c7308dc4189ca54fa71c97222e7670a54a7
 
 
diff --git a/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md b/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md
index 68b5b0723d2bfb1bd9e1116593887d78551f4793..00fe54b9373ea5ce184a557ad18f6b2d707f50fe 100644
--- a/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md
+++ b/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md
@@ -36,4 +36,3 @@ run > FaserSCT_DigitizationDbg.py >& digi.log
 
 This will read your `g4.HITS.root` and generate an RDO data file with digitized raw data objects.
 
-