We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feb652a + 0e35392 commit 55d3efaCopy full SHA for 55d3efa
examples/05-optimizing-runtime-with-fact-priorities.js
@@ -4,10 +4,10 @@
4
* This is an advanced example that demonstrates using fact priorities to optimize the rules engine.
5
*
6
* Usage:
7
- * node ./examples/05-optimize-runtime-with-fact-priority.js
+ * node ./examples/05-optimizing-runtime-with-fact-priorities.js
8
9
* For detailed output:
10
- * DEBUG=json-rules-engine node ./examples/05-optimize-runtime-with-fact-priority.js
+ * DEBUG=json-rules-engine node ./examples/05-optimizing-runtime-with-fact-priorities.js
11
*/
12
13
require('colors')
0 commit comments