summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e81eec..ed2e6ea 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A simple C++ program that prints "Hello World" to the console.
## Requirements
-- C++ compiler (g++, clang++, or similar)
+- C++ compiler (g++, clang++, or any standard C++ compiler)
- C++11 or later (though this simple program works with earlier standards)
## Compilation