We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be46d5 commit 2b5bd8aCopy full SHA for 2b5bd8a
1 file changed
README.md
@@ -2,13 +2,13 @@
2
3

4
5
-# Overview
+## Overview
6
7
C++ Date and time classes.
8
Designed to be an easier to use alternative to the C++ 11 chrono library.
9
The library only uses header files, which means they can be used purely by including the header file.
10
11
-# Code Examples
+## Code Examples
12
13
```cpp
14
#include "datetime/Date.hpp"
0 commit comments