Skip to content

Commit 5ae21a5

Browse files
authored
Merge pull request jwadhams#25 from axa-ch/bugfix/var-keyword-readme
docs: fix readme var keyword
2 parents 364f0ad + ae2bee1 commit 5ae21a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ If the default bundle size is too big for you or you only need certain operation
4646
import createJsonLogic from './createJsonLogic';
4747

4848
// pick just what you need, or create your own
49-
import { var, equal } from './operations';
49+
import { variable, equal } from './operations';
5050

51-
const jsonLogic = createJsonLogic({ var, equal });
51+
const jsonLogic = createJsonLogic({ variable, equal });
5252

5353
export default jsonLogic;
5454
```

0 commit comments

Comments
 (0)