diff --git a/README.md b/README.md
index e15636baded9462123dad41070963a228b825449..d408b56169ee322cf6b7e1c9b0ec100b4143553a 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,14 @@ See article (in preparation) for more details.
 ├── dtw_hdbscan_categorisation.py	# Categorisation of contours into WCTs
 ├── WCT_analysis.ipynb			# Overview and statistics on WCTs and SWTs
 ├── artwarp-comparison			# Categorisation of contours with ARTwarp
-│	├── artwarp-custom				# ARTwarp modified for octave
-│	├── ARTwarp_automation.py			# Python script to run ARTwarp on all contours
-│	├── WCT_verification.py				# Python script for manual verification
-│	└── artwarp_hdbscan_comparison			# Overview and comparison of WCTs obtained from 2 methods
+│	├── artwarp-custom			# ARTwarp modified for octave
+│	├── ARTwarp_automation.py		# Python script to run ARTwarp on all contours
+│	├── WCT_verification.py			# Python script for manual verification
+│	└── artwarp_hdbscan_comparison		# Overview and comparison of WCTs obtained from 2 methods
 ├── resources				# Inputs and outputs of python scripts
-│	├── ARTwarp_outputs				# octave and json files
-│	├── DF-whistles					# Whistle features and json files
-│	└── dtw_resources				# hdbscan categorisation results
+│	├── ARTwarp_outputs			# octave and json files
+│	├── DF-whistles				# Whistle features and json files
+│	└── dtw_resources			# hdbscan categorisation results
 └── drafts				# Folder containing unused scripts
 ```