From 83c3f25b4b634a09a7d08be01812ea0b3a0b0ecb Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 21 May 2021 03:21:32 -0500
Subject: [PATCH] 	modified:   getting-started/quickstart.mdx

---
 src/docs/getting-started/quickstart.mdx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx
index 497171f..f55bcaf 100644
--- a/src/docs/getting-started/quickstart.mdx
+++ b/src/docs/getting-started/quickstart.mdx
@@ -19,15 +19,15 @@ most recent version as of January 2021.
 *For an optimal experience, we strongly recommend you to use singularity 3 or later for this tutorial. 
 Use (very) old versions of singularity (e.g. 2.6.x) at your own risk!*
  
-# The EIC Software Container (jug_xl)
+## The EIC Software Container (jug_xl)
 
-## Step 1: Create a local directory that you want to work in, e.g., `~/eic`
+### Step 1: Create a local directory that you want to work in, e.g., `~/eic`
 ```bash
 mkdir ~/eic
 cd ~/eic
 ```
 
-## Step 2: Deploy the containerized environment and launch a shell
+### Step 2: Deploy the containerized environment and launch a shell
 
 Execute the following line in your terminal to setup your environment in your sandbox
 directory. This will install the latest stable container and place a script called
@@ -42,7 +42,7 @@ Now you can launch a shell in our development environment:
 ./eic-shell
 ```
 
-## Step 3: Clone the repos
+### Step 3: Clone the repos
 
 There are 2 repos you need:
 * IP6 (IP-specific components)
@@ -57,7 +57,7 @@ ln -s ../ip6/ip6 athena/ip6
 In part 1 of the tutorial we will be mostly using files from a tutorial repo. 
 Later on, we will com back to these detector repositories.
 
-## Step 4: Looking at the geometry
+### Step 4: Looking at the geometry
 
 Before moving on to part 1, let's generate the geometry in a root file:
 
-- 
GitLab