From dc6e88615600988fbe747218e424157a74c9d630 Mon Sep 17 00:00:00 2001
From: James Bourbeau <jrbourbeau@users.noreply.github.com>
Date: Mon, 22 Apr 2024 10:28:48 -0500
Subject: [PATCH] Remove stray code block start in README (#272)

---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 2c4c6fcd..e4817199 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,6 @@ If your system has a GPU, but the above commands do not install the GPU version
 mamba install -c conda-forge segment-geospatial "pytorch=*=cuda*"
 ```
 
-````bash
-
 Samgeo-geospatial has some optional dependencies that are not included in the default conda environment. To install these dependencies, run the following command:
 
 ```bash