Skip to content

Commit 0c69ddd

Browse files
committed
Typos
1 parent 3b96748 commit 0c69ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
programming interface. It
1414
supports colors, keyboard input and has all the basic features to write any terminal application. On windows the library automatically allocate a console on GUI application and set up cin, cout, cerr etc...
1515

16-
## Minimal example
16+
## Minimal examples
1717

1818
The minimal Hello World is as simple as :
1919

@@ -44,7 +44,7 @@ int main()
4444
}
4545
```
4646

47-
On windows, creating a console or attaching console to a GUI application can be done easily :
47+
On windows, creating/attaching a console to a GUI application can be done easily :
4848

4949
```cpp
5050
#include "cpp-terminal/io.hpp"

0 commit comments

Comments
 (0)