From 101c2c7308dc4189ca54fa71c97222e7670a54a7 Mon Sep 17 00:00:00 2001
From: Dave Casper <dcasper@uci.edu>
Date: Sun, 26 Jan 2020 06:34:14 +0000
Subject: [PATCH] Update README.md

---
 Control/CalypsoExample/GeoModelTest/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Control/CalypsoExample/GeoModelTest/README.md b/Control/CalypsoExample/GeoModelTest/README.md
index c1369979..2ce8aa3a 100644
--- a/Control/CalypsoExample/GeoModelTest/README.md
+++ b/Control/CalypsoExample/GeoModelTest/README.md
@@ -1,4 +1,4 @@
-This example package actually serves several purposes:
+This example package serves several purposes:
 
 
 *  It illustrates how to initialize and access the detector description and magnetic field.
@@ -9,7 +9,7 @@ This example package actually serves several purposes:
 
 *  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
+To run the algorithm, in a run directory where Calypso has been installed (displayed below as the command-line prompt `run >`), do
 
 ```
 run > ./setup.sh
-- 
GitLab