Skip to content

Commit b5cac92

Browse files
committed
Small fixes
Signed-off-by: Marcin Kuszczak <[email protected]>
1 parent 6f077c5 commit b5cac92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ docker run -i holgerbrandl/kscript - < script.kts
9898
This will make `kscript` read the code from stdin while piping the file. Beware that the -i flag is needed to have
9999
stdout redirected outside the container.
100100

101-
Please note, that currently `@Include` are not supported when using a dockerized kscript. Also, any resource outside the
101+
Please note, that currently `@Import` are not supported when using a dockerized kscript. Also, any resource outside the
102102
container context may not be resolved correctly. To overcome this limitation, you could use for
103103
instance https://docs.docker.com/storage/bind-mounts/[bind mounts].
104104

0 commit comments

Comments
 (0)