Skip to content

Commit 12c2c08

Browse files
committed
fix: DECTREEAPI-235 adjusted readme
1 parent 21e9283 commit 12c2c08

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
@@ -15,10 +15,10 @@ import type {Expression} from '@shelf/evaluate-expressions';
1515
import {evaluateExpression} from '@shelf/evaluate-expressions';
1616

1717
const expression: Expression = {
18-
joiner: 'AND',
18+
joiner: 'and',
1919
rules: [
2020
{
21-
joiner: 'OR',
21+
joiner: 'or',
2222
rules: [
2323
{
2424
variableId: 'variable-id-c',

0 commit comments

Comments
 (0)