Skip to content

Commit 55d3efa

Browse files
authored
Merge pull request #202 from leocabrallce/patch-1
Update 05-optimizing-runtime-with-fact-priorities.js
2 parents feb652a + 0e35392 commit 55d3efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/05-optimizing-runtime-with-fact-priorities.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* This is an advanced example that demonstrates using fact priorities to optimize the rules engine.
55
*
66
* Usage:
7-
* node ./examples/05-optimize-runtime-with-fact-priority.js
7+
* node ./examples/05-optimizing-runtime-with-fact-priorities.js
88
*
99
* For detailed output:
10-
* DEBUG=json-rules-engine node ./examples/05-optimize-runtime-with-fact-priority.js
10+
* DEBUG=json-rules-engine node ./examples/05-optimizing-runtime-with-fact-priorities.js
1111
*/
1212

1313
require('colors')

0 commit comments

Comments
 (0)