Skip to content

Commit 0e35392

Browse files
authored
Update 05-optimizing-runtime-with-fact-priorities.js
Fixed typo
1 parent feb652a commit 0e35392

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)