Skip to content

Commit 450f957

Browse files
committed
Correct build status link (#276)
1 parent e796dc4 commit 450f957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: build
22
on:
33
push:
44
branches: [ master ]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cli-table3
22
===============================================================================
33

44
[![npm version](https://img.shields.io/npm/v/cli-table3.svg)](https://www.npmjs.com/package/cli-table3)
5-
![Build Status](https://github.com/cli-table/cli-table3/actions/workflows/test.yml/badge.svg?branch=master)
5+
[![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)
66

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

0 commit comments

Comments
 (0)