diff --git a/README.md b/README.md index 0dd90b46..ffb21b92 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,12 @@ cargo install --version trdelnik-cli ## Usage ```shell -# navigate to your project root directory +# Navigate to your project root directory. +# Trdelnik initialization will generate `.program_client` and `trdelnik-tests` directories with all the necessary files. trdelnik init -# it will generate `.program_client` and `trdelnik-tests` directories with all the necessary files -trdelnik fuzz -# want more? +# Run the fuzzer on the given target. +trdelnik fuzz run +# Want more? trdelnik --help ``` ### How to write fuzz tests?