Skip to content

Commit

Permalink
Correct build status link (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
speedytwenty committed Apr 21, 2022
1 parent e796dc4 commit 450f957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: build
on:
push:
branches: [ master ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cli-table3
===============================================================================

[![npm version](https://img.shields.io/npm/v/cli-table3.svg)](https://www.npmjs.com/package/cli-table3)
![Build Status](https://github.com/cli-table/cli-table3/actions/workflows/test.yml/badge.svg?branch=master)
[![Build Status](https://github.com/cli-table/cli-table3/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/cli-table/cli-table3/actions/workflows/test.yml)

This utility allows you to render unicode-aided tables on the command line from
your node.js scripts.
Expand Down

0 comments on commit 450f957

Please sign in to comment.