Skip to content

Commit e82c55f

Browse files
committed
fixed typos
1 parent 85ed39a commit e82c55f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/kshell_launcher/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `Kshell` launcher `kscript`lets
1+
# KShell launcher for kscriptlets
22

33

4-
Based on https://github.com/khud/sparklin which is a proof-of-concept software that includes experimental new Kotlin REPL.
4+
Based on https://github.com/khud/sparklin which is a proof-of-concept software that includes experimental new Kotlin REPL called `KShell`.
55

66
## Installation
77

@@ -19,7 +19,7 @@ Simply provide any kscript as argument. E.g [`krangl_example.kts`](https://githu
1919
```bash
2020
kshell_from_kscript.sh krangl_example.kts
2121
```
22-
This will launch a kshell-session will all dependencies from the kscript in the class path
22+
This will launch a `kshell`-session with all dependencies from the kscriptlet in the class path
2323

2424
```
2525
Preparing interactive session by resolving script dependencies...

0 commit comments

Comments
 (0)