Skip to content

Commit

Permalink
v0.1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
REllEK-IO committed May 14, 2024
1 parent 07ff8f0 commit 31493be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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});
})();
```

0 comments on commit 31493be

Please sign in to comment.