Skip to content

Commit 46aafdc

Browse files
committed
Update NodeJS Port documentation and version.
1 parent f63298c commit 46aafdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/ports/node_port/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh |
1717

1818
Then install NodeJS package:
1919
```bash
20-
npm install metacall
20+
metacall install node metacall
2121
```
2222

2323
# Example
@@ -38,5 +38,5 @@ metacall('sum', 3, 4); // 7
3838
```
3939

4040
``` sh
41-
metacall node main.js
41+
metacall load node main.js
4242
```

source/ports/node_port/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacall",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Call Python, C#, Ruby... functions from NodeJS (a NodeJS Port for MetaCall)",
55
"repository": "github:metacall/core",
66
"bugs": "https://github.com/metacall/core/issues",

0 commit comments

Comments
 (0)