diff --git a/README.md b/README.md index e2dfbd6..ec6a4a1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ You can add the `pulse` attribute to make the circle... pulse ## Result -![screenshot](./screenshot.png) +![screenshot](https://raw.githubusercontent.com/ayo-run/status-indicator/refs/heads/main/screenshot.png) --- diff --git a/package.json b/package.json index 902fba8..d8f3a82 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,9 @@ } }, "files": [ - "src", "dist", "README.md", - "LICENSE", - "screenshot.png" + "LICENSE" ], "scripts": { "test": "echo \"Warning: no test specified\"",