From 0e35392a410d5f01b6a8922d9535052429ffa546 Mon Sep 17 00:00:00 2001 From: Leonardo Cabral Evaristo Date: Wed, 11 Mar 2020 19:52:53 -0300 Subject: [PATCH] Update 05-optimizing-runtime-with-fact-priorities.js Fixed typo --- examples/05-optimizing-runtime-with-fact-priorities.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/05-optimizing-runtime-with-fact-priorities.js b/examples/05-optimizing-runtime-with-fact-priorities.js index 6b519d3..88fbf3b 100644 --- a/examples/05-optimizing-runtime-with-fact-priorities.js +++ b/examples/05-optimizing-runtime-with-fact-priorities.js @@ -4,10 +4,10 @@ * This is an advanced example that demonstrates using fact priorities to optimize the rules engine. * * Usage: - * node ./examples/05-optimize-runtime-with-fact-priority.js + * node ./examples/05-optimizing-runtime-with-fact-priorities.js * * For detailed output: - * 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 */ require('colors')