Skip to content

Commit f50b7d1

Browse files
author
Holger Brandl
committed
updated docs; completed contributors list
1 parent c7dff47 commit f50b7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Which can be now used using the `//INCLUDE` directive with
247247
val robustMean = listOf(1.3, 42.3, 7.).median()
248248
println(robustMean)
249249
```
250-
The argument file can be an url, absolute or relative path.
250+
The argument can be an URL, absolute or relative file path. Note that URLs used in include directives are cached locally to speed up processing, that is `kscript` won't fetch URLs again unless the user actively clears the cache with `kscript --clear-cache`.
251251

252252
For more examples see [here](test/resources/includes/include_variations.kts).
253253

@@ -501,7 +501,7 @@ Acknowledgements
501501

502502
The initial version of `kscript` was kindly contributed by [Oscar Gonzalez](https://github.com/oskargb).
503503

504-
Special thanks to [Ilan Pillemer](https://github.com/ilanpillemer) for contributing [PR75](https://github.com/holgerbrandl/kscript/pull/75/).
504+
Special thanks to [Ilan Pillemer](https://github.com/ilanpillemer), [Andrey Mischenko ](https://github.com/gildor), [Stephen Byrne](https://github.com/stephenbyrne-mfj), [Eugene Susla](https://github.com/EugeneSusla) and [Eli Hart](https://github.com/elihart) for [contributing](https://github.com/holgerbrandl/kscript/graphs/contributors) PRs to this repo.
505505

506506
Thanks also to the [Scionics Computer Innovation GmbH](https://www.scionics.com/) and the [MPI-CBG](http://www.mpi-cbg.de) for supporting this project.
507507

0 commit comments

Comments
 (0)