Skip to content

Commit 4bf48b1

Browse files
Merge pull request #4205 from rettinghaus/badges
Refine README
2 parents 4e9c9b3 + b9ec3b7 commit 4bf48b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mirador
2-
![Node.js CI](https://github.com/ProjectMirador/mirador/workflows/Node.js%20CI/badge.svg) [![codecov](https://codecov.io/gh/ProjectMirador/mirador/branch/main/graph/badge.svg)](https://codecov.io/gh/ProjectMirador/mirador)
2+
[![Node.js CI](https://github.com/ProjectMirador/mirador/workflows/Node.js%20CI/badge.svg)](https://github.com/ProjectMirador/mirador/actions/workflows/node.js.yml) [![codecov](https://codecov.io/gh/ProjectMirador/mirador/branch/main/graph/badge.svg)](https://codecov.io/gh/ProjectMirador/mirador)
33

44
## For Mirador Users
55
You can quickly use and configure Mirador by remixing the [mirador-start](https://mirador-start.glitch.me/) Glitch.
@@ -20,13 +20,13 @@ If you are interested in integrating Mirador with plugins into your project, we
2020

2121
If you want to simply embed Mirador in an HTML page without further customization, include the Mirador UMD build:
2222

23-
```
23+
```html
2424
<script src="https://unpkg.com/mirador@latest/dist/mirador.min.js"></script>
2525
```
2626

2727
Be aware that `latest` will at some point switch from version 3 to version 4. If you use Mirador via CDN in a production environment, consider pinning Mirador to version 3 to avoid sudden breaking changes:
2828

29-
```
29+
```html
3030
<script src="https://unpkg.com/mirador@^3/dist/mirador.min.js"></script>
3131
```
3232

0 commit comments

Comments
 (0)