Skip to content

Commit

Permalink
Fix: Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanasit Tanakitrungruang committed Oct 16, 2022
1 parent ff0855c commit d91657e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/nodejs_minimal/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Run example:
```bash
npm install
node import_in_commonjs

node import_in_commonjs.js
# Should print "An appointment on Sep 12-13 2022-09-12..."

node import_in_ecma.mjs
# Should print "An appointment on Sep 12-13 2022-09-12..."
```

0 comments on commit d91657e

Please sign in to comment.