diff --git a/README.md b/README.md
index 1742770..8fca5a4 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,6 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
- Benchmarking for optimization
- More **tests**
- Run as **API mode** not only as batch processing
-
> [!NOTE]
> Code is in a private repository with several other branches.
diff --git a/src/main.rs b/src/main.rs
index 181cc9f..30395be 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -135,7 +135,7 @@ fn generate_metrics(targets_list: Vec, be_quiet: bool) {
/// - Create **targets list** as [`MetricsConsumerTarget`] vector
/// - Call to [`generate_metrics`] to do the job
/// - If not **be_quiet** mode print elapsed time in milliseconds
-///
+///
/// > This is not running async and not expect any **Result**.
fn main() {
let main_start = Instant::now();