From 983876931768c5c0028b73d488f457fdc09066e1 Mon Sep 17 00:00:00 2001 From: Jack Reed <mejackreed@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:24:57 -0600 Subject: [PATCH] Add mirador-integrations to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bb055e2e..f3fff7d45 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ *NOTE: This README reflects the in development version of Mirador 3. For previous versions, please reference that release's README directly. Latest 2.x release: [v.2.7.0](https://github.com/ProjectMirador/mirador/tree/v2.7.0)* # Mirador -[](https://travis-ci.org/ProjectMirador/mirador) [](https://codecov.io/gh/ProjectMirador/mirador) +[](https://travis-ci.org/ProjectMirador/mirador) [](https://codecov.io/gh/ProjectMirador/mirador) ## For Mirador Users You can quickly use and configure Mirador by remixing the [mirador-start](https://mirador-start.glitch.me/) Glitch. +If you are interested in integrating Mirador with plugins into your project, we reccomend using webpack or parcel to integrate the es version of the packages. Examples are here: + +[https://github.com/ProjectMirador/mirador-integration](https://github.com/ProjectMirador/mirador-integration) + ## Adding translations to Mirador For help with adding a translation, see [src/locales/README.md](src/locales/README.md) -- GitLab