Skip to content

Commit

Permalink
Merge pull request jwadhams#25 from axa-ch/bugfix/var-keyword-readme
Browse files Browse the repository at this point in the history
docs: fix readme var keyword
  • Loading branch information
AndyOGo authored Feb 20, 2020
2 parents 364f0ad + ae2bee1 commit 5ae21a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ If the default bundle size is too big for you or you only need certain operation
import createJsonLogic from './createJsonLogic';

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

const jsonLogic = createJsonLogic({ var, equal });
const jsonLogic = createJsonLogic({ variable, equal });

export default jsonLogic;
```
Expand Down

0 comments on commit 5ae21a5

Please sign in to comment.