diff --git a/README.md b/README.md
index b48cd4f..79cec2f 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,9 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
> [!TIP]
> After download repository and build:
-> - use [howto](howto.md) for command, options, etc.
+> - Use [howto](howto.md) for command, options, etc.
> - Build documentation and browse content whit source code (instruction in [about](ABOUT.md))
+> - Files layout notes in [layout.md](layout.md)
## Ideas not included
@@ -50,7 +51,7 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
> [!NOTE]
-> Code is in the private repository with several varias branches.
+> Code is in a private repository with several other branches.
> Link to [branch repository improved](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/improved)
---
diff --git a/src/main.rs b/src/main.rs
index abd84a9..181cc9f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -41,7 +41,7 @@
//! - Run as **API mode** not only as batch processing
//!
//!
-//! Code is in the private repository with several varias branches[^note].
+//! Code is in a private repository with several branches[^note].
//! [^note]: Link to [branch repository improved](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/improved)
#![doc(html_logo_url = "https://info.jesusperez.pro/img/jesusperez-logo-b.png")]