Skip to content

Commit df8271e

Browse files
committedJan 7, 2019
Update docs
1 parent 06f3fe2 commit df8271e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Experiment to reproduce Erlang style processes in browser. The api follows the one from Erlang. All are found on the `ProcessSystem` class
44

5+
#### Documentation
6+
7+
https://elixirscript.github.io/processes/
8+
9+
#### Demo
10+
11+
https://elixirscript.github.io/processes/demo/
12+
513
#### Usage
614

715
- First, import the ProcessSystem create a new instance of one.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc",
99
"test": "ava test",
1010
"dev": "NODE_ENV=development webpack-dev-server --open --content-base / --config webpack.dev.config.js --mode development",
11-
"demo:build": "NODE_ENV=production webpack --config webpack.prod.config.js --mode production",
11+
"demo:build": "NODE_ENV=production webpack --config webpack.prod.config.js --mode production",
1212
"docs:build": "typedoc --excludeExternals --mode file --out docs && npm run demo:build"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.