diff --git a/README.md b/README.md index 90f4150..303d00b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Rust crate for logging to LogDNA --- +For an example see [src/lib.rs](https://github.com/logdna/logdna-rust/blob/main/src/lib.rs). +- `API_KEY` is your `Ingestion key` as generated by https://app.logdna.com. +- For other parameters see https://github.com/logdna/logdna-agent-v2#options=. # Contributing