Skip to content

Commit 529a382

Browse files
gimenetesolkimicreb
authored andcommitted
Minor fix in README example (#10)
1 parent 2555a51 commit 529a382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const expression = compiler.compileExpression('prop1 || prop2')
5252
const compiler = require('@risingstack/nx-compile')
5353

5454
const sandbox = {name: 'nx-compile', version: '3.0.0'}
55-
const expression = compiler.compileExpression('name + version)', sandbox)
55+
const expression = compiler.compileExpression('name + version', sandbox)
5656

5757
// outputs 'nx-compile3.0.0' to console
5858
console.log(expression())

0 commit comments

Comments
 (0)