Skip to content

Commit 293108b

Browse files
authored
Fix build badge link in README
Updated build badge link to use the new workflow format.
1 parent 816b5ff commit 293108b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
[![Version](https://img.shields.io/nuget/vpre/YamlPeek.svg?color=royalblue)](https://www.nuget.org/packages/YamlPeek)
55
[![Downloads](https://img.shields.io/nuget/dt/YamlPeek.svg?color=green)](https://www.nuget.org/packages/YamlPeek)
66
[![License](https://img.shields.io/github/license/devlooped/yaml.svg?color=blue)](https://github.com/devlooped/yaml/blob/main/license.txt)
7-
[![Build](https://github.com/devlooped/yaml/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/yaml/actions)
7+
[![Build](https://github.com/devlooped/yaml/actions/workflows/build.yml/badge.svg)](https://github.com/devlooped/yaml/actions/workflows/build.yml)
88

99
Read values from yaml files using JSONPath query expressions.
1010

11-
1211
Usage:
1312

1413
```xml

0 commit comments

Comments
 (0)