diff --git a/ruby/introduction/installing_ruby.md b/ruby/introduction/installing_ruby.md
index 69ccd3faa2e..dd07d16e655 100644
--- a/ruby/introduction/installing_ruby.md
+++ b/ruby/introduction/installing_ruby.md
@@ -263,6 +263,11 @@ You can double check that this worked by typing `ruby -v` and checking that the
 
 ```bash
 ruby -v
+```
+
+You should get an output with a version number **similar** to this:
+
+```bash
 ruby 3.3.4pxx (20xx-xx-xx revision xxxxx) [x86_64-darwin18]
 ```