From 03e0d29f7433a9d7a98adb6360d22db293fa8437 Mon Sep 17 00:00:00 2001
From: Robert Carley <robert.carley@xfel.eu>
Date: Tue, 28 Dec 2021 14:13:32 +0100
Subject: [PATCH] Edited line 12 to show code snippet once compiled. Edited
 line 14 to include 'load'.

---
 doc/maintainers.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/maintainers.rst b/doc/maintainers.rst
index e2284e2..6370114 100644
--- a/doc/maintainers.rst
+++ b/doc/maintainers.rst
@@ -9,9 +9,9 @@ Creating a Toolbox environment in the proposal folder
 A Toolbox environment can be created by running the following commands
 in Maxwell:
 
-.. code::shell
+.. code:: shell
 
-    module exfel exfel_anaconda3
+    module load exfel exfel_anaconda3
     scs-create-toolbox-env --proposal <PROPOSAL>
 
 where ``<PROPOSAL>`` is the desired proposal number. This will create a Python
-- 
GitLab