summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0edb995..3e81eec 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,11 @@ A simple C++ program that prints "Hello World" to the console.
## Requirements
-- C++ compiler (g++, clang++, or any C++11 compatible compiler)
+- C++ compiler (g++, clang++, or similar)
+- C++11 or later (though this simple program works with earlier standards)
## Compilation
-To compile the program, run one of the following commands:
+To compile the program, use one of the following commands:
### Using g++: