Skip to content

Commit 3784cc6

Browse files
author
Holger Brandl
committed
Merge branch 'master' of github.com:holgerbrandl/kscript
2 parents d23805d + f774e0f commit 3784cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Note: Similar to the runtime you can also tweak the compile step by providing `/
227227

228228
### Ease prototyping with `//INCLUDE`
229229

230-
`kscript` supports an `//INLCUDE` directive to directly include other source files without prior compilation. Absolute and relative paths, as well as URLs are supported. Example:
230+
`kscript` supports an `//INCLUDE` directive to directly include other source files without prior compilation. Absolute and relative paths, as well as URLs are supported. Example:
231231

232232
```kotlin
233233
//utils.kt

0 commit comments

Comments
 (0)