Skip to content

Commit

Permalink
Fix workflow build link
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 16, 2023
1 parent cf0ed74 commit bb87972
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
@@ -1,7 +1,7 @@
# @RokuCommunity/logger
A node.js logger library for use in the RokuCommunity projects.

[![build status](https://img.shields.io/github/actions/workflow/status/rokucommunity/logger/build.yml?branch=master)](https://github.com/rokucommunity/logger/actions/workflows/build.yml?query=branch%3Amaster&workflow=build)
[![build status](https://img.shields.io/github/actions/workflow/status/rokucommunity/logger/build.yml?branch=master)](https://github.com/rokucommunity/logger/actions/workflows/build.yml?query=branch%3Amaster+workflow%3Abuild)
[![coverage status](https://img.shields.io/coveralls/github/rokucommunity/logger?logo=coveralls)](https://coveralls.io/github/rokucommunity/logger?branch=master)
[![monthly downloads](https://img.shields.io/npm/dm/@rokucommunity/logger.svg?sanitize=true&logo=npm&logoColor=)](https://npmcharts.com/compare/@rokucommunity/logger?minimal=true)
[![npm version](https://img.shields.io/npm/v/@rokucommunity/logger.svg?logo=npm)](https://www.npmjs.com/package/@rokucommunity/logger)
Expand Down Expand Up @@ -53,4 +53,4 @@ grandchildLogger.log('Hello from grandchildLogger');
[14:38:30.429][LOG] Hello from logger
[14:38:30.432][LOG] [Child] Hello from childLogger
[14:38:30.432][LOG] [Child][Grandchild] Hello from grandchildLogger
```
```

0 comments on commit bb87972

Please sign in to comment.