From a986c2cee767eeaaf13edc5d85c0f638539baa12 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Tue, 17 Sep 2024 14:36:20 -0500 Subject: [PATCH] fix: update typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c9cd1660..5c4c2ba13 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Compiled Successfully #### Listing missing libraries -To scan missing non-inlinable libraries, you can build the project using the `--zk-detect-missing-libraries-flag`. This will give a list of the libraries that need to be deployed and their addresses +To scan missing non-inlinable libraries, you can build the project using the `--zk-detect-missing-libraries` flag. This will give a list of the libraries that need to be deployed and their addresses provided via the `libraries` option for the contracts to compile. Metadata about the libraries will be saved in `.zksolc-libraries-cache/missing_library_dependencies.json`.