diff --git a/README.md b/README.md index c84e758..61d4125 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ can be used in both C/C++ programs The use of the library is the way that C++ declares standard input and output. The thing that provides this library with the distinction with C libraries of a similar nature is that C++ uses specific keywords to handle various -char oriented tasks such as cout for character output and cin for character output +char oriented tasks such as cout for character output and cin for character input Another way of writing "Hello World" to the Console is through using the namespace std as demonstrated below.