Skip to content

Commit f774e0f

Browse files
authored
Merge pull request #111 from ivoanjo/patch-1
Fix typo in README
2 parents 6364478 + ab9aec8 commit f774e0f

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)