summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 52f7578..9a0130c 100644
--- a/readme.md
+++ b/readme.md
@@ -28,7 +28,7 @@ workbenchSettings
```
If you're using `project/Build.scala` or similar, also add:
```scala
-import scala.js.workbench.Plugin._
+import com.lihaoyi.workbench.Plugin._
```
- So that workbench knows how to restart your application, specify a `bootSnippet` property in your SBT build, which is a javascript command to start your application, e.g.
```scala