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

Commit 4477e1f

Browse files
author
Bassem Dghaidi
committed
Fix wording based on feedback
1 parent 6aaa964 commit 4477e1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Objectron
22

3-
> Compares a set of match rules contained in a tester object with a payload object to determine if the latter conforms to the matching rules.
3+
> Compares a set of match rules contained with an object to determine if the latter conforms to the matching rules
44
55
![Node.js CI](https://github.com/mena-devs/objectron/workflows/Node.js%20CI/badge.svg?branch=master)
66
![npm version](https://img.shields.io/npm/v/@menadevs/objectron)
77

8-
This module provides you with the means to define a **tester object** cotaning 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.
8+
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.
99

10-
Refer to [Usage example](#usage-example) to see it in action.
10+
Refer to [Usage examples](#usage-examples) to see it in action.
1111

1212
> GIF demonstrating the plugin -- TBD
1313

0 commit comments

Comments
 (0)