diff --git a/3- IMPORT.rdoc b/3- IMPORT.rdoc
index a5c994571..748246c3c 100644
--- a/3- IMPORT.rdoc
+++ b/3- IMPORT.rdoc
@@ -5,7 +5,7 @@ Marc records can be imported into muscat. They can be fed and imported using the
./script/runner housekeeping/import/import_from_marc.rb $FILE $MODEL
Records for thesaurus models like Places, StandardTerms etc., which are not related to marc, should be imported first with:
- ./script/runner housekeeping/import/import_thesaurus_from marc.rb $File
+ ./script/runner housekeeping/import/import_thesaurus_from_marc.rb $File
$FILE contains all the Marc records in MarcXML format.
$MODEL refers to the model of the records (e.g. Source, Person etc.)