8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5612829 commit bddca8cCopy full SHA for bddca8c
readme.md
@@ -1,7 +1,15 @@
1
## IMPORTANT NOTE:
2
3
-All examples are customized for `+v2.0.x` version.
+All examples are customized for `+v2.6.x` version.
4
5
---
6
7
-> Firstly you must install total.js as global module __npm install -g total.js__ or you must copy __node_modules__ with total.js into each example.
+## How to run examples?
8
+
9
+- first you have to install __Total.js framework__ `$ npm install total.js`
10
+- then run each example like this:
11
12
+```bash
13
+$ cd workers
14
+$ node index.js
15
+```
0 commit comments