From fe18ed21ca1f85475c3139d7f24a2741e93d0bac Mon Sep 17 00:00:00 2001 From: Cole Crawford <cole_crawford@fas.harvard.edu> Date: Mon, 9 May 2022 10:52:22 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e4d3b298b..48adf7c37 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ If you are interested in integrating Mirador with plugins into your project, we [https://github.com/ProjectMirador/mirador-integration](https://github.com/ProjectMirador/mirador-integration) +If you want to simply embed Mirador in an HTML page without further customization, include the Mirador UMD build: + +``` +<script src="https://unpkg.com/mirador@latest/dist/mirador.min.js"></script> +``` + +More examples of embedding Mirador can be found at [https://github.com/ProjectMirador/mirador/wiki/M3-Embedding-in-Another-Environment#in-an-html-document-with-javascript](https://github.com/ProjectMirador/mirador/wiki/M3-Embedding-in-Another-Environment#in-an-html-document-with-javascript). + ## Adding translations to Mirador For help with adding a translation, see [src/locales/README.md](src/locales/README.md) -- GitLab