From 91a611a8c7ef77d157b5f96f51a50766abb79474 Mon Sep 17 00:00:00 2001 From: Fred Date: Thu, 12 Oct 2023 09:53:10 +0800 Subject: [PATCH] fix error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e8b1d4..b4bfaf4f 100644 --- a/README.md +++ b/README.md @@ -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: