You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,26 @@ An Astro integration that checks for broken links in your website during static
20
20
21
21
## Installation
22
22
23
-
Install the package and its peer dependencies:
24
-
25
-
```bash
26
-
npm install astro-broken-links-checker
23
+
Install the package and its peer dependencies using a [GitHub reference](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#github-urls) in your `package.json`:
0 commit comments