diff --git a/README.md b/README.md index 9bfda66..59c8ba6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,15 @@ fn main() { } ``` +## Examples + +Use `cargo run --example ` to execute a specific example. For example: + +```bash +cargo run --example simple +cargo run --example nested +``` + ## Documentation Full documentation is available at [docs.rs](https://docs.rs/filecaster).