Skip to content

Commit

Permalink
Merge pull request #219 from Phuire-Research/Consistency
Browse files Browse the repository at this point in the history
v0.1.67
  • Loading branch information
REllEK-IO authored May 14, 2024
2 parents 0e655ca + 31493be commit 4285a11
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 4285a11

Please sign in to comment.