From 690dbef85e527e545ed4e20cdc5ce21ce3a1036b Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Tue, 11 Nov 2014 13:46:31 -0500 Subject: Fix import package --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3