Skip to content

Commit

Permalink
📝 update command to run the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed Jun 7, 2023
1 parent 0432498 commit afbdfeb
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 @@ -122,7 +122,7 @@ const points = await precomputePoints(x, y);
This repository also exposes a script that can be used to generate the precomputation table from the command line. To use it, run the following command:

```sh
npm run cli <x> <y>
node cli.mjs <x> <y>
```

> ℹ️ Note that the script is a .mjs file. Consider using modern versions of nodejs to run it.
Expand Down

0 comments on commit afbdfeb

Please sign in to comment.