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 3bd1b8e..447a212 100644
--- a/readme.md
+++ b/readme.md
@@ -32,7 +32,7 @@ import scala.js.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
-bootSnippet := "ScalaJS.modules.example_ScalaJSExample().main();"
+bootSnippet := "ScalaJSExample().main();"
```
- For all web pages you would like to integrate with workbench, add
```html