From 31493be977c6a4998a955ab952c3ec01edbcbc0a Mon Sep 17 00:00:00 2001 From: REllEK-IO Date: Mon, 13 May 2024 19:31:04 -0700 Subject: [PATCH] v0.1.67 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b75627c..2d77569 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,6 @@ import { createUXConcept } from './concepts/uX/uX.concept'; // This will log to the console the dialog of each successive ActionStrategy. // And store the entire application context in the axium's dialog. // The final boolean will allow the action stream to be logged to console for debugging purposes - createAxium(axiumName, [createUXConcept()], true, true, true); + createAxium(axiumName, [createUXConcept()], {logging: true, storeDialog: true, logActionStream: true}); })(); ``` \ No newline at end of file