Skip to content

Commit

Permalink
Fix trade.ts path in README.md (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Comte authored Jan 11, 2022
1 parent dce3fd2 commit 45d99ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ cd $DingirExchangeDir/examples/js ; npm i
# This script will put orders into the exchange.
# Then you will find some orders got matched, trades generated,
# and users' balances updated accordingly.
$ npx ts-node trade.ts
$ npx ts-node tests/trade.ts
```

## Release
Expand Down

0 comments on commit 45d99ac

Please sign in to comment.