aboutsummaryrefslogtreecommitdiff
path: root/examples/scalajs-react-example/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scalajs-react-example/README.md')
-rw-r--r--examples/scalajs-react-example/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/scalajs-react-example/README.md b/examples/scalajs-react-example/README.md
index 74e015a..82936eb 100644
--- a/examples/scalajs-react-example/README.md
+++ b/examples/scalajs-react-example/README.md
@@ -1,11 +1,12 @@
Compilation instructions
-------------------------------------------
-1. `cbt fastOptJS`
+1. `cd js`
+2. `cbt compile` or `cbt fullOpt.compile`
Execution instructions
-------------------------------------------
-1. `cd server`
+1. `cd ../server`
2. `npm install`
3. `node app.js`
-4. Go to http://localhost:3000 in a browser \ No newline at end of file
+4. Go to http://localhost:3000 in a browser