Skip to content

Commit 2768e18

Browse files
committed
Cosmetic fixes to README.md
1 parent dfe3101 commit 2768e18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
SimpleLogger
22
============
33

4-
Looking for a simple logger for C++ ? SimpleLogger might be for you.
4+
Looking for a simple logger for your C++ project? `SimpleLogger` might be for you.
55

66
# Features
77

88
* Based on RAII
99
* Configurable level symbols
1010
* Date / time
11-
* Logging levels: Trace, Debug, Info, Warning, Error, Fatal
11+
* Logging levels: `Trace`, `Debug`, `Info`, `Warning`, `Error`, `Fatal`
1212
* Log to file and/or console
1313
* Very easy to use
1414

0 commit comments

Comments
 (0)