From 508fa76e45d29dd04112324cd6b877d975a312ee Mon Sep 17 00:00:00 2001 From: Michael Spalti Date: Mon, 8 May 2023 12:20:55 -0700 Subject: [PATCH] Updated comment. --- src/mirador-viewer/config.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mirador-viewer/config.default.js b/src/mirador-viewer/config.default.js index 0f625093a5..71df8adcc3 100644 --- a/src/mirador-viewer/config.default.js +++ b/src/mirador-viewer/config.default.js @@ -2,7 +2,7 @@ import Mirador from 'mirador/dist/es/src/index'; // You can modify this default Mirador configuration file. However, // you should consider creating a copy of this file named -// 'index.local.js'. If that file exists it will be used to build +// 'config.local.js'. If that file exists it will be used to build // your local Mirador instance. This allows you to keep local // Mirador configuration separate from this default distribution // copy.