Skip to content

Commit

Permalink
Update NodeJS Port documentation and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 21, 2020
1 parent f63298c commit 46aafdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/ports/node_port/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh |

Then install NodeJS package:
```bash
npm install metacall
metacall install node metacall
```

# Example
Expand All @@ -38,5 +38,5 @@ metacall('sum', 3, 4); // 7
```

``` sh
metacall node main.js
metacall load node main.js
```
2 changes: 1 addition & 1 deletion source/ports/node_port/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacall",
"version": "0.1.7",
"version": "0.1.8",
"description": "Call Python, C#, Ruby... functions from NodeJS (a NodeJS Port for MetaCall)",
"repository": "github:metacall/core",
"bugs": "https://github.com/metacall/core/issues",
Expand Down

0 comments on commit 46aafdc

Please sign in to comment.