summaryrefslogtreecommitdiff
path: root/plugins/scala
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/scala')
-rw-r--r--plugins/scala/README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/plugins/scala/README.md b/plugins/scala/README.md
index 957261d9e..91a322162 100644
--- a/plugins/scala/README.md
+++ b/plugins/scala/README.md
@@ -1,15 +1,16 @@
-## Scala plugin
+# Scala plugin
Completion script for [scala and scalac](https://www.scala-lang.org/) commands.
To use it, add `scala` to the plugins array of your zshrc file:
-```
+
+```zsh
plugins=(... scala)
```
## Aliases
-| Command | Description |
-|------------------|---------------------------------------------------------------------------------|
-| `scala` | Run code in the Scala language |
-| `scalac` | Compiler for the Scala language |
+| Command | Description |
+|----------|---------------------------------|
+| `scala` | Run code in the Scala language |
+| `scalac` | Compiler for the Scala language |