Skip to content

Commit

Permalink
fix error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred0327 committed Oct 12, 2023
1 parent f0aa31b commit 91a611a
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 @@ -27,7 +27,7 @@ make build_binding_lib
The dynamic and static system library `zklink_sdk` will be in `./target/release/lib`. Next, you need to generate the bindings:

```bash
make build_bindging_files
make build_binding_files
```

The default binding path is `./binding_tests/generated`, if you want to generate bindings to another directory, just set the `BINDINGS_DIR` when run the `make` command:
Expand Down

0 comments on commit 91a611a

Please sign in to comment.