We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364f0ad commit ae2bee1Copy full SHA for ae2bee1
README.md
@@ -46,9 +46,9 @@ If the default bundle size is too big for you or you only need certain operation
46
import createJsonLogic from './createJsonLogic';
47
48
// pick just what you need, or create your own
49
-import { var, equal } from './operations';
+import { variable, equal } from './operations';
50
51
-const jsonLogic = createJsonLogic({ var, equal });
+const jsonLogic = createJsonLogic({ variable, equal });
52
53
export default jsonLogic;
54
```
0 commit comments