Skip to content

Commit

Permalink
Hotfix: link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nlawsonadlparvar authored Jan 3, 2025
1 parent d2cb2a9 commit 81d0b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# New Relic Capture Build Size

[![GitHub Marketplace version](https://img.shields.io/github/release/newrelic/capture-build-size.svg?label=Marketplace&logo=github)](https://github.com/marketplace/actions/new-relic-capture--size)
[![GitHub Marketplace version](https://img.shields.io/github/release/newrelic/capture-build-size.svg?label=Marketplace&logo=github)](https://github.com/marketplace/actions/new-relic-capture-build-size)

A GitHub Action to capture a New Relic event describing your build size metrics.

Expand Down Expand Up @@ -207,4 +207,4 @@ This examples assumes you are collecting `BuildSize` events every time your main

```sql
FROM BuildSize select latest(fileSize)/1000 as 'KB', latest(gzipSize)/1000 as 'GZIP KB', latest(timestamp), latest(commit) as 'SHA' where fileName = <file name> and user = <user id> facet version
```
```

0 comments on commit 81d0b24

Please sign in to comment.