Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 7cae44b

Browse files
author
Bassem Dghaidi
authored
Update badges to be clickable
1 parent d46d473 commit 7cae44b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
> Compares a set of match rules contained with an object to determine if the latter conforms to the matching rules
44
5-
![Node.js CI](https://github.com/mena-devs/objectron/workflows/Node.js%20CI/badge.svg?branch=master)
6-
![npm version](https://img.shields.io/npm/v/@menadevs/objectron)
5+
<a href="https://github.com/mena-devs/objectron/actions?query=workflow%3A%22Node.js+CI%22">
6+
<img src="https://github.com/mena-devs/objectron/workflows/Node.js%20CI/badge.svg?branch=master" alt="CI Build Status" />
7+
</a>
8+
<a href="https://www.npmjs.com/package/@menadevs/objectron">
9+
<img src="https://img.shields.io/npm/v/@menadevs/objectron" alt="NPM Version" />
10+
</a>
711

812
This module provides you with the means to define a **tester object** containing a set of **match rules** that will be used against a **payload object**. The `match()` method within the module will return whether the payload object has satisfied all the rules and will return the set of matches.
913

0 commit comments

Comments
 (0)