From f60b4d11f52db918d9da2f70ada25a70f89aad59 Mon Sep 17 00:00:00 2001 From: Astrid Probst <94977318+PR-Obst@users.noreply.github.com> Date: Tue, 23 May 2023 11:25:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9cd21..1aa390d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Persisting annotations requires implementing an a IIIF annotation server. Severa `mirador-annotations-extend-plugin` currently supports adapters for [Heidelberger annotation server](https://github.com/slub/mirador-annotations-extend-plugin/blob/master/src/adapters/HeiAnnoAdapter.js) and [local storage](https://github.com/slub/mirador-annotations-extend-plugin/blob/master/src/adapters/LocalStorageAdapter.js). ## Installing `mirador-annotations-extend-plugin` -`mirador-annotations-extend-plugin` requires an instance of Mirador 3. This package is not part of the `npmjs registry`, so to install the package run `npm i https://github.com/slub/mirador-annotations-extend-plugin`. See the [Mirador wiki](https://github.com/ProjectMirador/mirador/wiki) for examples of embedding Mirador within an application. See the [demo's index.js](https://github.com/slub/mirador-annotations-extend-plugin/blob/master/demo/src/index.js) for an example of importing the `mirador-annotations-extend-plugin` plugin and configuring the adapter. +`mirador-annotations-extend-plugin` requires an instance of Mirador 3. See the [Mirador wiki](https://github.com/ProjectMirador/mirador/wiki) for examples of embedding Mirador within an application. See the [demo's index.js](https://github.com/slub/mirador-annotations-extend-plugin/blob/master/demo/src/index.js) for an example of importing the `mirador-annotations-extend-plugin` plugin and configuring the adapter. ## Credits ### NFDI4Culture -- GitLab