Skip to content

Commit 3b4f7b8

Browse files
authored
Dock/3.0.0 (#63)
* fix(npm keywords): npm keywords * docs(dock changes): doc changes
1 parent 0b59596 commit 3b4f7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ yarn add @arunkumar_h/rule-engine
3232
- 🔎 Native [JMESPath](https://jmespath.org/) support for data querying
3333
- 🧰 Built-in caching using [`lru-cache`](https://isaacs.github.io/node-lru-cache/) for better performance
3434

35-
### ⚙️ Default Operators
35+
## ⚙️ Default Operators
3636

3737
The following operators are available by default:
3838

@@ -54,7 +54,7 @@ The following operators are available by default:
5454
| includes | Array includes value |
5555
| !includes | Array does not include value |
5656

57-
### 🔨 Basic Usage
57+
## 🔨 Basic Usage
5858

5959
- `condition` This containes `and` and `or` as main block.
6060
- `onSuccess` value that will be returned or function that will be invoked if the condition is satisfied.

0 commit comments

Comments
 (0)