summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 350af6b..de858db 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hello World C++ Program
-A simple C++ program that prints "Hello World" to the console.
+A simple C++ program that outputs "Hello World" to the console.
## Requirements
@@ -10,4 +10,4 @@ A simple C++ program that prints "Hello World" to the console.
To compile the program, use one of the following commands:
-### Using g++
+### Using g++: