Skip to content

Commit afbdfeb

Browse files
committed
📝 update command to run the cli
1 parent 0432498 commit afbdfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const points = await precomputePoints(x, y);
122122
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:
123123

124124
```sh
125-
npm run cli <x> <y>
125+
node cli.mjs <x> <y>
126126
```
127127

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

0 commit comments

Comments
 (0)