diff --git a/shell-scripts.d/canticle-to-xml-automated.sh b/shell-scripts.d/canticle-to-xml-automated.sh
index df63711..98e9d6e 100755
--- a/shell-scripts.d/canticle-to-xml-automated.sh
+++ b/shell-scripts.d/canticle-to-xml-automated.sh
@@ -1,12 +1,6 @@
#!/bin/bash
# A script which converts plaintext cantos from one canticle to XML formatting.
-# Must be run inside canticle directory: [inferno,purgatorio,paradiso]-xml.d
-# Tag scripts must be in the above directory.
-
-# 1) word-tags.py --- add tags to each word.
-# 2) terzina-tags.sh --- add tags to each terzina
-# 3) top-level-tags.sh --- add TEI XML header; add and tags
canticles=( 'inferno' 'purgatorio' 'paradiso' )