Skip to content

Commit 17f97e1

Browse files
Fix build status badge (#151)
Fix breaking change as described in badges/shields#8671
1 parent a5414d7 commit 17f97e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Node.js - jsonfile
44
Easily read/write JSON files in Node.js. _Note: this module cannot be used in the browser._
55

66
[![npm Package](https://img.shields.io/npm/v/jsonfile.svg?style=flat-square)](https://www.npmjs.org/package/jsonfile)
7-
[![linux build status](https://img.shields.io/github/workflow/status/jprichardson/node-jsonfile/Node.js%20CI/master)](https://github.com/jprichardson/node-jsonfile/actions?query=branch%3Amaster)
7+
[![linux build status](https://img.shields.io/github/actions/workflow/status/jprichardson/node-jsonfile/ci.yml?branch=master)](https://github.com/jprichardson/node-jsonfile/actions?query=branch%3Amaster)
88
[![windows Build status](https://img.shields.io/appveyor/ci/jprichardson/node-jsonfile/master.svg?label=windows%20build)](https://ci.appveyor.com/project/jprichardson/node-jsonfile/branch/master)
99

1010
<a href="https://github.com/feross/standard"><img src="https://cdn.rawgit.com/feross/standard/master/sticker.svg" alt="Standard JavaScript" width="100"></a>

0 commit comments

Comments
 (0)