Skip to content

Commit 1181163

Browse files
committed
fixed artifact path in docs
1 parent 2742c53 commit 1181163

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
@@ -138,7 +138,7 @@ Support API
138138

139139
`kscript` is complemented by a [support library](https://github.com/holgerbrandl/kscript-support-api) to ease the writing of Kotlin scriptlets. The latter includes solutions to common use-cases like argument parsing, data streaming, IO utilities, and various iterators to streamline the development of kscript applications.
140140

141-
When using the direct script arguments (like in the example below) the methods in the the `kscript.*` namespace and the corresponding dependency `de.mpicbg.scicomp:kscript:1.2.1` are automatically added as prefix to the script by convention. This allows for sed-like constructs like
141+
When using the direct script arguments (like in the example below) the methods in the the `kscript.*` namespace and the corresponding dependency `com.github.holgerbrandl:kscript:1.2.1` are automatically added as prefix to the script by convention. This allows for sed-like constructs like
142142

143143
```bash
144144
cat some_file | kscript 'stdin.filter { "^de0[-0]*".toRegex().matches(it) }.map { it + "foo:" }.print()'

0 commit comments

Comments
 (0)