Index: trunk/icd-demo/src/icd-demo.c
===================================================================
--- trunk/icd-demo/src/icd-demo.c	(revision 8426)
+++ trunk/icd-demo/src/icd-demo.c	(revision 8776)
@@ -16,5 +16,5 @@
 
     // construct a sample FITS table based on the given descriptive metadata file
-    psMetadata *fd      = psMetadataConfigParse (NULL, &nFail, argv[1], false);
+    psMetadata *fd      = psMetadataConfigRead(NULL, &nFail, argv[1], false);
 
     psFits *fits = psFitsOpen (argv[2], "w");
@@ -53,5 +53,5 @@
 
     // construct a sample FITS table based on the given descriptive metadata file
-    psMetadata *fd      = psMetadataConfigParse (NULL, &nFail, file, false);
+    psMetadata *fd      = psMetadataConfigRead(NULL, &nFail, file, false);
 
     psMetadata *blank  = psMetadataLookupPtr (NULL, fd, "BLANK");
