Skip to content

Commit 362e281

Browse files
committed
expand docs slightly
1 parent bdffa8e commit 362e281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/Summary/customizing-script-contexts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ You should be able to achieve what you need by registering script functions in m
44

55
This is possible using `Context Initializers` and `Context Pre Handling Initializers` as well as `Runtime Initializers`.
66

7+
It is however always reccomened to use the dynamic script function registry whenever possible, as it is more flexible and easier to use. It also allows you to introspect available functions easier.
78

89
## Context Initializers
910

0 commit comments

Comments
 (0)