diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50cb451..f354c69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Nest namespace rang (issue [#167](https://github.com/daniele77/cli/issues/167))
- Add ascii value 8 for backspace (issue [#124](https://github.com/daniele77/cli/issues/124))
- Add check for CMAKE_SKIP_INSTALL_RULES (issue [#160](https://github.com/daniele77/cli/issues/160))
+ - Add enter action (issue [#177](https://github.com/daniele77/cli/issues/177) - PR [#180](https://github.com/daniele77/cli/pull/177))
## [2.0.2] - 2022-08-18
diff --git a/README.md b/README.md
index 3185a2d..a6a4fbe 100644
--- a/README.md
+++ b/README.md
@@ -298,7 +298,7 @@ ioc.run();
You must provide at least a root menu for your cli:
-```
+```C++
// create a menu (this is the root menu of our cli)
auto rootMenu = make_unique