Skip to content

Commit 48b128a

Browse files
🤖 docs(README.md): Fix badges/shields#8671.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a40f4dd29587f2c7f4c7821b7263b79996434a5e/src/transforms/readme:tests-badge-shields-issue-8671.js Please contact the author of the transform if you believe there was an error.
1 parent 3608794 commit 48b128a

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
@@ -11,7 +11,7 @@ implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true
1111

1212
[![License](https://img.shields.io/github/license/functional-abstraction/predicate.svg)](https://raw.githubusercontent.com/functional-abstraction/predicate/main/LICENSE)
1313
[![Version](https://img.shields.io/npm/v/@functional-abstraction/predicate.svg)](https://www.npmjs.org/package/@functional-abstraction/predicate)
14-
[![Tests](https://img.shields.io/github/workflow/status/functional-abstraction/predicate/ci?event=push&label=tests)](https://github.com/functional-abstraction/predicate/actions/workflows/ci.yml?query=branch:main)
14+
[![Tests](https://img.shields.io/github/actions/workflow/status/functional-abstraction/predicate/ci.yml?branch=main&event=push&label=tests)](https://github.com/functional-abstraction/predicate/actions/workflows/ci.yml?query=branch:main)
1515
[![Dependencies](https://img.shields.io/librariesio/github/functional-abstraction/predicate.svg)](https://github.com/functional-abstraction/predicate/network/dependencies)
1616
[![GitHub issues](https://img.shields.io/github/issues/functional-abstraction/predicate.svg)](https://github.com/functional-abstraction/predicate/issues)
1717
[![Downloads](https://img.shields.io/npm/dm/@functional-abstraction/predicate.svg)](https://www.npmjs.org/package/@functional-abstraction/predicate)

0 commit comments

Comments
 (0)