diff --git a/frontend/docs/badges.md b/frontend/docs/badges.md index 1178987b..97e0bbb3 100644 --- a/frontend/docs/badges.md +++ b/frontend/docs/badges.md @@ -72,13 +72,13 @@ https://jsr.io/badges/@ Here's how it looks: -[![JSR scope](https://jsr.io/badges/@luca)](https://jsr.io/@luca) +[![JSR Scope](https://jsr.io/badges/@luca)](https://jsr.io/@luca) To include it in a Markdown document, use the following code, replacing `` with the actual scope. ```markdown -[![JSR Score](https://jsr.io/badges/@)](https://jsr.io/@) +[![JSR Scope](https://jsr.io/badges/@)](https://jsr.io/@) ``` ```html