Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Boerman committed Dec 25, 2024
1 parent 7ee8f8b commit 97bd5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ at class-load time! (Scala collection support is a WIP)
#### Caveats
- ScalaPlugin jars go in the <server_root>/plugins/ScalaLoader/scalaplugins/ directory. I made this choice so that ScalaLoader
doesn't try to load JavaPlugins that are loaded already.
- By default ScalaLoader downloads the scala libraries from over the network the first time. I made this choice to provide
- By default, ScalaLoader downloads the scala libraries from over the network the first time. I made this choice to provide
the best possible user experience for server admins. The ScalaLoader jar remains small in size, and there's no manual downloading
involved. If you're very security-focused you might want to provide your own
jars by changing the URLs to "file://some/location.jar". The scala classes aren't actually loaded until there's a plugin
Expand Down

0 comments on commit 97bd5c9

Please sign in to comment.