From 28628f95b8313aac1e5fb981d61120672fc39dbc Mon Sep 17 00:00:00 2001
From: Tim Michaels <tmichaels@wisc.edu>
Date: Mon, 5 Dec 2022 19:27:18 +0000
Subject: [PATCH] Tweak Markdown

---
 README.md | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/README.md b/README.md
index 3a92ba33..d5be6e53 100644
--- a/README.md
+++ b/README.md
@@ -2,31 +2,31 @@
 
 ## Directory Structure
 
-  build/ : contains things which pertain to compiling and building the package
+build/ : contains things which pertain to compiling and building the package
 
-  docs/ : contains various relevant documentation
+docs/ : contains various relevant documentation
 
-  src/ : contains the package source code files
-    * acha/ : awg cloud height algorithm codes  
-    * asos/ : automatic surface observing system codes  
-    * baseline_cloud_height/ : baseline cloud height and 11um emissivity  
-    * baseline_cloud_mask/ : GOES-R baseline cloud mask  
-    * ccl/ : cloud cover layers  
-    * cloud_base/ : cloud base algorithm codes  
-    * cloud_mask/ : enterprise cloud mask codes  
-    * cloud_type/ : clavrx cloud typing codes  
-    * cx_dncomp/ : the day / night cloud optical and microphysical codes  
-    * cx_sds_io/ : general I/O code for HDF4-, HDF5-, and NetCDF- format datasets  
-    * dark_composite/ : code for geostationary dark-sky vis composites  
-    * main/ : houses most of the CLAVR-x processing system code  
-    * misc/ : miscellaneous code that does not seem to fit elsewhere  
-    * muri/ : aerosol retrieval code  
-    * pfaast/ : fast IR RTM code (Pressure-Layer Fast Algorithm for Atmospheric Transmittance)  
-    * rttov/ : code to interface with the RTTOV RTM (Radiative Transfer for TOVS)  
-    * sasrab/ : the solar insolation codes  
+src/ : contains the package source code files  
+* acha/ : awg cloud height algorithm codes  
+* asos/ : automatic surface observing system codes  
+* baseline_cloud_height/ : baseline cloud height and 11um emissivity  
+* baseline_cloud_mask/ : GOES-R baseline cloud mask  
+* ccl/ : cloud cover layers  
+* cloud_base/ : cloud base algorithm codes  
+* cloud_mask/ : enterprise cloud mask codes  
+* cloud_type/ : clavrx cloud typing codes  
+* cx_dncomp/ : the day / night cloud optical and microphysical codes  
+* cx_sds_io/ : general I/O code for HDF4-, HDF5-, and NetCDF- format datasets  
+* dark_composite/ : code for geostationary dark-sky vis composites  
+* main/ : houses most of the CLAVR-x processing system code  
+* misc/ : miscellaneous code that does not seem to fit elsewhere  
+* muri/ : aerosol retrieval code  
+* pfaast/ : fast IR RTM code (Pressure-Layer Fast Algorithm for Atmospheric Transmittance)  
+* rttov/ : code to interface with the RTTOV RTM (Radiative Transfer for TOVS)  
+* sasrab/ : the solar insolation codes  
 
-  tests/ : contains a variety of tests that can be run manually or during CI/CD  
-    * Requires py.test; `test.sh` runs `py.test` in the `tests/` directory.
-    * Sample output from select tests are saved for each release at `/ships19/cloud/archive/clavrx_test_data/version_granules`  
+tests/ : contains a variety of tests that can be run manually or during CI/CD  
+* Requires py.test; `test.sh` runs `py.test` in the `tests/` directory.  
+* Sample output from select tests are saved for each release at `/ships19/cloud/archive/clavrx_test_data/version_granules`  
 
-  run/ : will be present after a successful build, and contains the built executables and example/template run configuration files  
+run/ : will be present after a successful build, and contains the built executables and example/template run configuration files  
-- 
GitLab