From ae0620c6bd40ae32973178b438204e5944bedddd Mon Sep 17 00:00:00 2001
From: JPHammonds <JPHammonds@anl.gov>
Date: Wed, 7 Aug 2019 13:42:52 -0500
Subject: [PATCH] Changes to a couple section headings.

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ad87d5ac..d8d5c2aa 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ while the code that makes up the Data Management System itself can be found in a
 
 [https://git.aps.anl.gov/DM/dm.git](https://git.aps.anl.gov/DM/dm.git)
 
+### Installation for development
 An example of setting up the Data Management system for a developer is described here.
 
  - Create a directory (referred here as DM\_INSTALL\_DIR
@@ -75,5 +76,5 @@ An example of setting up the Data Management system for a developer is described
               - dmadmin ESAF DB password.  This is a password to allow the Data Management system access to the ESAF system.  This is a password to an external system and and is therefore a pre-existing password that developers will need to get from the Data Management system administrator.
          - Scripts in the Data Management system need a location for the data storage directory.  Files will be moved to/from this directory.            
     
-## Removing Test system
+### Removing Test system
 Often in the development of Data Management system components it will be necessary to remove/reload components of the system.  The script _dm/_remove/_test/_test/_system.sh_ in the sbin directory of the 'dm' repository (/local/DataManagement/dev/sbin from the directory describe above) issues commands to clear out database & configurations to allow creating a clean installation of the system.
\ No newline at end of file
-- 
GitLab