Skip to content

Commit 06324d9

Browse files
Update README.md
1 parent b9dfaab commit 06324d9

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
@@ -12,11 +12,11 @@ We are dedicated to connecting the world through a high level, modern C++ networ
1212

1313
Connective C++ is an open source project providing tasty libraries and code for networking applications written in the C++ language.
1414

15-
### Why?
15+
#### Why?
1616

1717
There is a need for easy-to-use, efficient, modern, asynchronous C++ libraries for connecting processes and devices.
1818

19-
### Why C++?
19+
#### Why C++?
2020

2121
For applications running on servers or workstations, there are many choices in languages and frameworks and environments. However, for smaller devices or mobile environments, efficiency and determinism and small environment footprints often rule out languages other than C or C++. In particular, an interpreted environment (e.g. with Python) or a virtual machine (e.g. JVM for Java) is often not possible, or is too resource intensive.
2222

0 commit comments

Comments
 (0)