Skip to content

Commit

Permalink
Merge pull request #194 from Phuire-Research/dx
Browse files Browse the repository at this point in the history
v0.1.52 Patch
  • Loading branch information
REllEK-IO authored Apr 3, 2024
2 parents b020ba1 + 2eceb33 commit 378a71b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,11 @@ import { createUXConcept } from './concepts/uX/uX.concept';

(() => {
const axiumName = 'Name of your axium';
// Sets logging to true and store dialog to true
// 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
// First boolean sets logging to true.
// Second set store dialog to true.
// 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);
})();
```

0 comments on commit 378a71b

Please sign in to comment.