Skip to content

Commit 1784980

Browse files
committed
Tune README
1 parent 48bc4ab commit 1784980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ scalive <pid>
5050

5151
## How to add your own JARs
5252

53-
Scalive only automatically loads `scala-library.jar`, `scala-compiler.jar`, and
54-
`scala-reflect.jar`. If you want to load additional classes in other JARs, first
55-
add the JAR to the system class loader:
53+
Scalive only automatically adds `scala-library.jar`, `scala-compiler.jar`,
54+
`scala-reflect.jar`, and `scalive.jar` to the system classpath. If you want to
55+
load additional classes in other JARs, first add the JAR to the system class loader:
5656

5757
```
5858
val cl = ClassLoader.getSystemClassLoader.asInstanceOf[java.net.URLClassLoader]

0 commit comments

Comments
 (0)