Skip to content

Commit e0fdcd1

Browse files
committed
fixed typo
1 parent e7ef9d9 commit e0fdcd1

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
@@ -64,7 +64,7 @@ Note: It might feel more intuitive to provide dependencies as an argument to `k
6464
Inline Usage
6565
============
6666

67-
You can even inline `kscript` solutions into larger scripts, because `kscript` can read from stdin as well. So, depdending your preference you could simply pipe a kotlin snippet into `kscript`
67+
You can even inline `kscript` solutions into larger scripts, because `kscript` can read from stdin as well. So, depending on your preference you could simply pipe a kotlin snippet into `kscript`
6868

6969
```{bash}
7070
echo '

0 commit comments

Comments
 (0)