We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb652a commit 0e35392Copy full SHA for 0e35392
1 file changed
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