Skip to content

Commit 8ffa2f3

Browse files
committed
Add some more details to README.md
1 parent 735bc39 commit 8ffa2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When you first start writing C++, you will likely be confronted with an instruct
1515
2. On a command line, do `g++ main.cpp -o a.out`
1616
3. Congratulations! You're now a C++ programmer!
1717
18-
This is disastrously simple advice for nascent C++ developers. C++ is _hard_. Making out that it's not hard is lulling people into a false sense of security. Imagine I google for "how to keep a lion as a pet" and I find:
18+
This is disastrously simple advice for nascent C++ developers. Creating a fully-fledged C++ project is _hard_. Making out that it's not hard is lulling people into a false sense of security. Imagine I google for "how to keep a lion as a pet" and I find:
1919
1. Buy a lion cub
2020
2. Congratulations! You are now have a pet lion. Have fun!
2121

0 commit comments

Comments
 (0)