From 3cae209233f9f86bef6848b9627967ad169f7c95 Mon Sep 17 00:00:00 2001 From: Marlo Longley Date: Thu, 19 Dec 2024 12:22:24 -0500 Subject: [PATCH] Rename master to main --- .github/workflows/node.js.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9c0bd06..17ad113 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/README.md b/README.md index 36c49af..24b0373 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ const config = { ``` ## Installing `mirador-image-tools` -`mirador-image-tools` 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 [live demo's index.js](https://github.com/ProjectMirador/mirador-image-tools/blob/master/demo/src/index.js) for an example of importing the `mirador-image-tools` plugin and configuring the adapter. +`mirador-image-tools` 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 [live demo's index.js](https://github.com/ProjectMirador/mirador-image-tools/blob/main/demo/src/index.js) for an example of importing the `mirador-image-tools` plugin and configuring the adapter. ## Contribute Mirador's development, design, and maintenance is driven by community needs and ongoing feedback and discussion. Join us at our regularly scheduled community calls, on [IIIF slack #mirador](http://bit.ly/iiif-slack), or the [mirador-tech](https://groups.google.com/forum/#!forum/mirador-tech) and [iiif-discuss](https://groups.google.com/forum/#!forum/iiif-discuss) mailing lists. To suggest features, report bugs, and clarify usage, please submit a GitHub issue.